Uses of Class
com.itextpdf.text.List
Packages that use List
-
Uses of List in com.itextpdf.text
Subclasses of List in com.itextpdf.textModifier and TypeClassDescriptionclass
A special-version ofLIST
which use greek-letters.class
A special-version ofLIST
which use roman-letters.class
A special-version ofLIST
which use zapfdingbats-letters.class
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Methods in com.itextpdf.text that return ListModifier and TypeMethodDescriptionGreekList.cloneShallow()
List.cloneShallow()
RomanList.cloneShallow()
ZapfDingbatsList.cloneShallow()
ZapfDingbatsNumberList.cloneShallow()
Methods in com.itextpdf.text with parameters of type List -
Uses of List in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return ListModifier and TypeMethodDescriptionElementFactory.createList
(String tag, ChainedProperties chain) Deprecated.HTMLWorker.createList
(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 -
Uses of List in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return ListModifier and TypeMethodDescriptionListStyleTypeCssApplier.apply
(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context) 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 ListModifier and TypeMethodDescriptionUtility method applying style to a list when no ImageProvider is available.ListStyleTypeCssApplier.apply
(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context) 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)