Uses of Class
net.webpdf.wsclient.openapi.MetadataInformation.FormTypeEnum
-
Packages that use MetadataInformation.FormTypeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataInformation.FormTypeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataInformation.FormTypeEnum Modifier and Type Method Description static MetadataInformation.FormTypeEnumMetadataInformation.FormTypeEnum. fromValue(String value)@Nullable MetadataInformation.FormTypeEnumMetadataInformation. getFormType()When set to another value than \"none\", the document does contain a PDF form in the hereby given formatstatic MetadataInformation.FormTypeEnumMetadataInformation.FormTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataInformation.FormTypeEnum[]MetadataInformation.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 MetadataInformation.FormTypeEnum Modifier and Type Method Description MetadataInformationMetadataInformation. formType(MetadataInformation.FormTypeEnum formType)voidMetadataInformation. setFormType(MetadataInformation.FormTypeEnum formType)
-