Uses of Class
com.itextpdf.text.List
-
Packages that use List Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElement
s. -
-
Uses of List in com.itextpdf.text
Subclasses of List in com.itextpdf.text Modifier and Type Class Description class
GreekList
A special-version ofLIST
which use greek-letters.class
RomanList
A special-version ofLIST
which use roman-letters.class
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Methods in com.itextpdf.text that return List Modifier and Type Method Description List
GreekList. cloneShallow()
List
List. cloneShallow()
List
RomanList. cloneShallow()
List
ZapfDingbatsList. cloneShallow()
List
ZapfDingbatsNumberList. cloneShallow()
Methods in com.itextpdf.text with parameters of type List Modifier and Type Method Description protected void
List. populateProperties(List clone)
-
Uses of List in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return List Modifier and Type Method Description List
ElementFactory. createList(java.lang.String tag, ChainedProperties chain)
Deprecated.List
HTMLWorker. createList(java.lang.String tag)
Deprecated.Creates a List object. -
Uses of List in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type List Modifier and Type Method Description private void
PdfStructureElement. writeAttributes(List list)
-
Uses of List in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return List Modifier and Type Method Description List
ListStyleTypeCssApplier. apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
List
ListStyleTypeCssApplier. apply(List list, Tag t, HtmlPipelineContext context)
The ListCssApplier has the capabilities to change the type of the givenList
dependable on the css.Methods in com.itextpdf.tool.xml.css.apply with parameters of type List Modifier and Type Method Description Element
ListStyleTypeCssApplier. apply(List e, Tag t)
Utility method applying style to a list when no ImageProvider is available.List
ListStyleTypeCssApplier. apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
List
ListStyleTypeCssApplier. apply(List list, Tag t, HtmlPipelineContext context)
The ListCssApplier has the capabilities to change the type of the givenList
dependable on the css.private void
ListStyleTypeCssApplier. shrinkSymbol(List lst, float fontSize, BaseColor color)
private void
ListStyleTypeCssApplier. synchronizeSymbol(float fontSize, List lst, BaseColor color)
-