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
Subclasses with type arguments of type ListNumberingType in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum holding the possible values for a listList's entry prefix.Methods in com.itextpdf.layout.properties that return ListNumberingTypeModifier and TypeMethodDescriptionstatic ListNumberingTypeReturns 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 PdfNameAccessibleAttributesApplier.transformNumberingTypeToName(ListNumberingType numberingType, boolean isTagStructurePdf2)