Uses of Enum
com.gitlab.pdftk_java.PdfPageLabel.NumberingStyle
Packages that use PdfPageLabel.NumberingStyle
-
Uses of PdfPageLabel.NumberingStyle in com.gitlab.pdftk_java
Fields 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.fromString
Methods in com.gitlab.pdftk_java that return PdfPageLabel.NumberingStyleModifier and TypeMethodDescriptionstatic PdfPageLabel.NumberingStyle
Returns 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.