Uses of Class
com.gitlab.pdftk_java.PdfPageLabel.NumberingStyle
-
Packages that use PdfPageLabel.NumberingStyle Package Description com.gitlab.pdftk_java -
-
Uses of PdfPageLabel.NumberingStyle in com.gitlab.pdftk_java
Fields in com.gitlab.pdftk_java with type parameters of type PdfPageLabel.NumberingStyle Modifier and Type Field Description (package private) static java.util.HashMap<PdfName,PdfPageLabel.NumberingStyle>PdfPageLabel.NumberingStyle. fromPdfName(package private) static java.util.HashMap<java.lang.String,PdfPageLabel.NumberingStyle>PdfPageLabel.NumberingStyle. fromStringMethods in com.gitlab.pdftk_java that return PdfPageLabel.NumberingStyle Modifier and Type Method Description static PdfPageLabel.NumberingStylePdfPageLabel.NumberingStyle. valueOf(java.lang.String name)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.
-