Interface IPdfAcroField

    • Method Detail

      • getFullyQualifiedName

        String getFullyQualifiedName()
        Returns:
        The fully qualified name of the AcroForm field with all parent names included.
      • getHeight

        float getHeight()
        Returns:
        The height of the form field.
      • getSimpleName

        String getSimpleName()
        Returns:
        The simple name of the AcroForm field without parent names included.
      • getTitle

        String getTitle()
        Returns:
        The (non-technical) title of the form field.
      • getWidth

        float getWidth()
        Returns:
        The width of the form field.
      • getX

        float getX()
        Returns:
        The x coordinate of the bottom left corner of the form field.
      • getY

        float getY()
        Returns:
        The y coordinate of the bottom left corner of the form field.
      • getZeroBasedPageIndex

        int getZeroBasedPageIndex()
        Returns:
        The 0-based index of the page containing this field.
      • isHidden

        boolean isHidden()
        Returns:
        Whether the element should be displayed.
      • isReadOnly

        boolean isReadOnly()
        Returns:
        Whether the form field can be edited.
      • isRequired

        boolean isRequired()
        Returns:
        Whether the field is required.