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 style
t
- the tag
context
- the context
List
public List apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
CssApplier
apply
in interface CssApplier<List>
list
- the element
t
- the tag
memory
- the MarginMemory
psc
- the PageSizeContainable
context
- the HtmlPipelineContext
Paragraph
public Element apply(List e, Tag t)
e
- the list
t
- the tag
apply(List, Tag, HtmlPipelineContext)
Copyright © 1998–2017. All rights reserved.