Uses of Class
net.webpdf.wsclient.openapi.MetadataFormDocument.FormTypeEnum
-
Packages that use MetadataFormDocument.FormTypeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataFormDocument.FormTypeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataFormDocument.FormTypeEnum Modifier and Type Method Description static MetadataFormDocument.FormTypeEnumMetadataFormDocument.FormTypeEnum. fromValue(String value)@Nullable MetadataFormDocument.FormTypeEnumMetadataFormDocument. getFormType()When set to another value than \"none\", the document does contain a PDF form in the hereby given formatstatic MetadataFormDocument.FormTypeEnumMetadataFormDocument.FormTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataFormDocument.FormTypeEnum[]MetadataFormDocument.FormTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type MetadataFormDocument.FormTypeEnum Modifier and Type Method Description MetadataFormDocumentMetadataFormDocument. formType(MetadataFormDocument.FormTypeEnum formType)voidMetadataFormDocument. setFormType(MetadataFormDocument.FormTypeEnum formType)
-