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