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 certainElements. -
-
Uses of List in com.itextpdf.text
Subclasses of List in com.itextpdf.text Modifier and Type Class Description classGreekListA special-version ofLISTwhich use greek-letters.classRomanListA special-version ofLISTwhich use roman-letters.classZapfDingbatsListA special-version ofLISTwhich use zapfdingbats-letters.classZapfDingbatsNumberListA special-version ofLISTwhich use zapfdingbats-numbers (1..10).Methods in com.itextpdf.text that return List Modifier and Type Method Description ListGreekList. cloneShallow()ListList. cloneShallow()ListRomanList. cloneShallow()ListZapfDingbatsList. cloneShallow()ListZapfDingbatsNumberList. cloneShallow()Methods in com.itextpdf.text with parameters of type List Modifier and Type Method Description protected voidList. 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 ListElementFactory. createList(java.lang.String tag, ChainedProperties chain)Deprecated.ListHTMLWorker. 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 voidPdfStructureElement. 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 ListListStyleTypeCssApplier. apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)ListListStyleTypeCssApplier. apply(List list, Tag t, HtmlPipelineContext context)The ListCssApplier has the capabilities to change the type of the givenListdependable on the css.Methods in com.itextpdf.tool.xml.css.apply with parameters of type List Modifier and Type Method Description ElementListStyleTypeCssApplier. apply(List e, Tag t)Utility method applying style to a list when no ImageProvider is available.ListListStyleTypeCssApplier. apply(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)ListListStyleTypeCssApplier. apply(List list, Tag t, HtmlPipelineContext context)The ListCssApplier has the capabilities to change the type of the givenListdependable on the css.private voidListStyleTypeCssApplier. shrinkSymbol(List lst, float fontSize, BaseColor color)private voidListStyleTypeCssApplier. synchronizeSymbol(float fontSize, List lst, BaseColor color)
-