Class DocumentInfoFormField


  • public class DocumentInfoFormField
    extends Object
    Provides field information for a single field in the form of the PDF document
    • Constructor Detail

      • DocumentInfoFormField

        public DocumentInfoFormField()
      • DocumentInfoFormField

        public DocumentInfoFormField​(String dataXPath,
                                     String fullyQualifiedName)
    • Method Detail

      • getDataXPath

        @Nullable
        public @Nullable String getDataXPath()
        XPath to the entry in the XML data structure used for importing and exporting data to the form.
        Returns:
        dataXPath
      • getFullyQualifiedName

        @Nullable
        public @Nullable String getFullyQualifiedName()
        Fully qualified field name
        Returns:
        fullyQualifiedName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object