Package com.pspdfkit.forms
Class TextFormField
-
- All Implemented Interfaces:
public class TextFormField extends FormField
A text form field in a PDF form. Allows the user to enter custom text.
-
-
Method Summary
Modifier and Type Method Description List<out TextFormElement>
getFormElements()
Retrieve list of form elements that represents this field visually. TextFormElement
getFormElement()
Returns first form element. -
-
Method Detail
-
getFormElements
@NonNull() List<out TextFormElement> getFormElements()
Retrieve list of form elements that represents this field visually. Each FormElement can be part of a single field and each field can contain multiple form elements.
- Returns:
List of child form elements.
-
getFormElement
@NonNull() TextFormElement getFormElement()
Returns first form element.
-
-
-
-