| java.lang.Object | ||
| ↳ | com.pspdfkit.forms.FormElementConfiguration<T extends com.pspdfkit.forms.FormElement, K extends com.pspdfkit.forms.FormField> | |
| ↳ | com.pspdfkit.forms.TextFormConfiguration | |
Configuration class of TextFormElement for the creation of a TextFormField
using addFormElementToPage(String, T).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | TextFormConfiguration.Builder | Builder used to construct TextFormConfiguration instance. |
|||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.forms.FormElementConfiguration
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getMaxLength()
Maximum length of text allowed in the text field.
| ||||||||||
| String | getRichText() | ||||||||||
| String | getText() | ||||||||||
| boolean |
isMultiLine()
Returns whether text is allowed to have multiple lines or not.
| ||||||||||
| boolean |
isPassword()
Returns whether text is intended for entering a secure password that should not be visible on the screen.
| ||||||||||
| boolean |
isSpellCheckEnabled()
Returns whether text entered in the field shall be spell-checked.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.forms.FormElementConfiguration
| |||||||||||
From class
java.lang.Object
| |||||||||||
Maximum length of text allowed in the text field.
Returns whether text is allowed to have multiple lines or not.
true when text is allowed to span multiple lines.
Returns whether text is intended for entering a secure password that should not be visible on the screen.
true when text should be not echoed on screen.
Returns whether text entered in the field shall be spell-checked.
true when text content can be spell checked.