Uses of Class
de.xima.fc.form.export.enums.EProcessLogFormat
-
Packages that use EProcessLogFormat Package Description de.xima.fc.form.export.enums de.xima.fc.pdf -
-
Uses of EProcessLogFormat in de.xima.fc.form.export.enums
Methods in de.xima.fc.form.export.enums that return EProcessLogFormat Modifier and Type Method Description static EProcessLogFormat
EProcessLogFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static EProcessLogFormat[]
EProcessLogFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EProcessLogFormat in de.xima.fc.pdf
Methods in de.xima.fc.pdf with parameters of type EProcessLogFormat Modifier and Type Method Description ProcessLogDocumentBuilder
ProcessLogDocumentBuilder. withFormat(EProcessLogFormat format)
A method that extends the builder by a given format.ProcessLogExport
ProcessLogExport. withFormat(EProcessLogFormat format)
A method to extend the exporter with a given format.
-