Uses of Class
com.itextpdf.layout.properties.ListNumberingType
-
Packages that use ListNumberingType Package Description com.itextpdf.layout.element com.itextpdf.layout.properties com.itextpdf.layout.renderer -
-
Uses of ListNumberingType in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type ListNumberingType Modifier and Type Method Description List
List. setListSymbol(ListNumberingType listNumberingType)
Sets the list numbering type to be used.ListItem
ListItem. setListSymbol(ListNumberingType listNumberingType)
Sets the list item numbering type to be used.Constructors in com.itextpdf.layout.element with parameters of type ListNumberingType Constructor Description List(ListNumberingType listNumberingType)
Creates a List with a custom numbering type. -
Uses of ListNumberingType in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return ListNumberingType Modifier and Type Method Description static ListNumberingType
ListNumberingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ListNumberingType[]
ListNumberingType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ListNumberingType in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type ListNumberingType Modifier and Type Method Description private static PdfName
AccessibleAttributesApplier. transformNumberingTypeToName(ListNumberingType numberingType, boolean isTagStructurePdf2)
-