Uses of Class
net.webpdf.wsclient.openapi.DocumentInfoFormField
-
Packages that use DocumentInfoFormField Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentInfoFormField in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentInfoFormField Modifier and Type Method Description DocumentInfoFormFieldDocumentInfoFormField. xfaField(DocumentInfoFormXfaField xfaField)Methods in net.webpdf.wsclient.openapi that return types with arguments of type DocumentInfoFormField Modifier and Type Method Description @Nullable List<DocumentInfoFormField>DocumentInfoForm. getAcroFormFields()All AcroForms fields with fully qualified name and, if XFA form, mapping to XFA template and XFA data.Constructor parameters in net.webpdf.wsclient.openapi with type arguments of type DocumentInfoFormField Constructor Description DocumentInfoForm(List<DocumentInfoFormField> acroFormFields, byte[] value)
-