Uses of Enum
com.itextpdf.layout.properties.ListNumberingType
Packages that use ListNumberingType
Package
Description
-
Uses of ListNumberingType in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type ListNumberingTypeModifier and TypeMethodDescriptionList.setListSymbol
(ListNumberingType listNumberingType) Sets the list numbering type to be used.ListItem.setListSymbol
(ListNumberingType listNumberingType) Sets the list item numbering type to be used.Constructors in com.itextpdf.layout.element with parameters of type ListNumberingTypeModifierConstructorDescriptionList
(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 ListNumberingTypeModifier and TypeMethodDescriptionstatic ListNumberingType
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 ListNumberingTypeModifier and TypeMethodDescriptionprivate static PdfName
AccessibleAttributesApplier.transformNumberingTypeToName
(ListNumberingType numberingType, boolean isTagStructurePdf2)