Interface IPdfAcroField.Text

  • All Superinterfaces:
    IPdfAcroField
    Enclosing interface:
    IPdfAcroField

    public static interface IPdfAcroField.Text
    extends IPdfAcroField
    An AcroForm free-text form field for entering plain text.
    Since:
    7.2.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getDefaultValue

        String getDefaultValue()
        Returns:
        Default value for the field when none is set.
      • getMaxLength

        int getMaxLength()
        Returns:
        The maximum size of the input's value. -1 when no max length is available.
      • isFileSelect

        boolean isFileSelect()
        Returns:
        Whether the input allows the user to select a file.
      • isMultiline

        boolean isMultiline()
        Returns:
        Whether the input field is multi-line (=HTML text area)
      • isObfuscated

        boolean isObfuscated()
        Returns:
        Whether the entered text should be obfuscated when displayed, usually used for password inputs.