Uses of Class
com.levigo.jadice.server.libreoffice.server.PDFExportFormat.FormsType
-
Packages that use PDFExportFormat.FormsType Package Description com.levigo.jadice.server.libreoffice.server -
-
Uses of PDFExportFormat.FormsType in com.levigo.jadice.server.libreoffice.server
Methods in com.levigo.jadice.server.libreoffice.server that return PDFExportFormat.FormsType Modifier and Type Method Description PDFExportFormat.FormsType
PDFExportFormat. getFormsType()
static PDFExportFormat.FormsType
PDFExportFormat.FormsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFExportFormat.FormsType[]
PDFExportFormat.FormsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.libreoffice.server with parameters of type PDFExportFormat.FormsType Modifier and Type Method Description void
PDFExportFormat. setFormsType(PDFExportFormat.FormsType formsType)
-