Uses of Class
net.webpdf.wsclient.schema.extraction.info.FormsFormatType
-
Packages that use FormsFormatType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of FormsFormatType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as FormsFormatType Modifier and Type Field Description protected FormsFormatTypeDocumentType.Form. formTypeprotected FormsFormatTypeInformationType. formTypeMethods in net.webpdf.wsclient.schema.extraction.info that return FormsFormatType Modifier and Type Method Description static FormsFormatTypeFormsFormatType. fromValue(String v)FormsFormatTypeDocumentType.Form. getFormType()Gets the value of the formType property.FormsFormatTypeInformationType. getFormType()Gets the value of the formType property.static FormsFormatTypeFormsFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static FormsFormatType[]FormsFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type FormsFormatType Modifier and Type Method Description voidDocumentType.Form. setFormType(FormsFormatType value)Sets the value of the formType property.voidInformationType. setFormType(FormsFormatType value)Sets the value of the formType property.
-