public class ListStyleTypeCssApplier extends Object implements CssApplier<List>
| Constructor and Description |
|---|
ListStyleTypeCssApplier() |
| Modifier and Type | Method and Description |
|---|---|
Element |
apply(List e,
Tag t)
Utility method applying style to a list when no ImageProvider is available.
|
List |
apply(List list,
Tag t,
HtmlPipelineContext context)
The ListCssApplier has the capabilities to change the type of the given
List dependable on the css. |
List |
apply(List list,
Tag t,
MarginMemory memory,
PageSizeContainable psc,
HtmlPipelineContext context)
Styles an element
|
public List apply(List list, Tag t, HtmlPipelineContext context)
List dependable on the css. This
means: Always replace your list with the returned one and add content to the list after
applying!list - the list to stylet - the tagcontext - the contextListpublic List apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
CssApplierapply in interface CssApplier<List>list - the elementt - the tagmemory - the MarginMemorypsc - the PageSizeContainablecontext - the HtmlPipelineContextParagraphpublic Element apply(List e, Tag t)
e - the listt - the tagapply(List, Tag, HtmlPipelineContext)Copyright © 2020. All rights reserved.