Uses of Enum Class
com.datalogics.PDFL.NumberStyle
Packages that use NumberStyle
-
Uses of NumberStyle in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return NumberStyleModifier and TypeMethodDescriptionPageLabel.getNumberStyle()The numbering style for the page label rangestatic NumberStyleReturns the enum constant of this class with the specified name.static NumberStyle[]NumberStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type NumberStyleModifier and TypeMethodDescriptionvoidPageLabel.setNumberStyle(NumberStyle arg0) The numbering style for the page label rangeConstructors in com.datalogics.PDFL with parameters of type NumberStyleModifierConstructorDescriptionPageLabel(int start, NumberStyle ns) Convenience constructor creates a range with no prefix starting with number 1.PageLabel(int start, NumberStyle ns, String p, int first) Public constructor