Uses of Class
de.xima.fc.form.export.enums.EFormPrintFormat
-
Packages that use EFormPrintFormat Package Description de.xima.fc.form.export de.xima.fc.form.export.enums -
-
Uses of EFormPrintFormat in de.xima.fc.form.export
Methods in de.xima.fc.form.export with parameters of type EFormPrintFormat Modifier and Type Method Description FormExporter
FormExporter. withFormat(EFormPrintFormat format)
-
Uses of EFormPrintFormat in de.xima.fc.form.export.enums
Methods in de.xima.fc.form.export.enums that return EFormPrintFormat Modifier and Type Method Description static EFormPrintFormat
EFormPrintFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormPrintFormat[]
EFormPrintFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-