Text Form Element
Represents a text control in a PDF form. Allows the user to enter custom text.
See also
Functions
Link copied to clipboard
Returns the editing contents of this form element based on rules in the annotation (including JavaScript).
Link copied to clipboard
Returns the formatted contents of this form element based on rules in the annotation (including JavaScript)
Link copied to clipboard
Retrieve parent form field.
Link copied to clipboard
Input format of this text field.
Link copied to clipboard
Input format string of this text field, if any.
Link copied to clipboard
Maximum length of text allowed in the text field.
Link copied to clipboard
Current rich text value.
Link copied to clipboard
Gets form type for TextFormElement.
Link copied to clipboard
Returns whether the field shall be automatically divided into as many equally space positions, or combs, as the value of getMaxLength, and the text is laid out into those combs.
Link copied to clipboard
Returns whether text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
Link copied to clipboard
Returns whether text is allowed to have multiple lines or not.
Link copied to clipboard
Returns whether text is intended for entering a secure password that should not be visible on the screen.
Link copied to clipboard
Returns whether the value of this field can be a rich text string.
Link copied to clipboard
Returns whether the text field can be scrolled (horizontally for single-line fields, vertically for multi-line fields).
Link copied to clipboard
Returns whether text entered in the field shall be spell-checked.
Link copied to clipboard
Sets the current rich text value.