Uses of Class
com.netgrif.application.engine.pdf.generator.config.types.PdfPageNumberFormat
-
Packages that use PdfPageNumberFormat Package Description com.netgrif.application.engine.pdf.generator.config com.netgrif.application.engine.pdf.generator.config.types -
-
Uses of PdfPageNumberFormat in com.netgrif.application.engine.pdf.generator.config
Fields in com.netgrif.application.engine.pdf.generator.config declared as PdfPageNumberFormat Modifier and Type Field Description protected PdfPageNumberFormatPdfProperties. pageNumberFormat -
Uses of PdfPageNumberFormat in com.netgrif.application.engine.pdf.generator.config.types
Methods in com.netgrif.application.engine.pdf.generator.config.types that return PdfPageNumberFormat Modifier and Type Method Description static PdfPageNumberFormatPdfPageNumberFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfPageNumberFormat[]PdfPageNumberFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-