Uses of Enum
com.gitlab.pdftk_java.PdfPageLabel.NumberingStyle
Packages that use PdfPageLabel.NumberingStyle
-
Uses of PdfPageLabel.NumberingStyle in com.gitlab.pdftk_java
Subclasses with type arguments of type PdfPageLabel.NumberingStyle in com.gitlab.pdftk_javaFields in com.gitlab.pdftk_java with type parameters of type PdfPageLabel.NumberingStyleModifier and TypeFieldDescription(package private) static final HashMap<PdfName, PdfPageLabel.NumberingStyle> PdfPageLabel.NumberingStyle.fromPdfName(package private) static final HashMap<String, PdfPageLabel.NumberingStyle> PdfPageLabel.NumberingStyle.fromStringMethods in com.gitlab.pdftk_java that return PdfPageLabel.NumberingStyleModifier and TypeMethodDescriptionstatic PdfPageLabel.NumberingStyleReturns the enum constant of this type with the specified name.static PdfPageLabel.NumberingStyle[]PdfPageLabel.NumberingStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.