TextFormConfiguration

Configuration class of com.pspdfkit.forms.TextFormElement for the creation of a using addFormElementToPage.

Types

Link copied to clipboard
Builder used to construct TextFormConfiguration instance.

Properties

Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val maxLength: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun isMultiLine(): Boolean
Returns whether text is allowed to have multiple lines or not.
Link copied to clipboard
open fun isPassword(): Boolean
Returns whether text is intended for entering a secure password that should not be visible on the screen.
Link copied to clipboard
Returns whether text entered in the field shall be spell-checked.