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 ListList. setListSymbol(ListNumberingType listNumberingType)Sets the list numbering type to be used.ListItemListItem. 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 ListNumberingTypeListNumberingType. 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 PdfNameAccessibleAttributesApplier. transformNumberingTypeToName(ListNumberingType numberingType, boolean isTagStructurePdf2)
-