Builder

Builder used to construct TextFormConfiguration instance.

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0) pageIndex: Int, @NonNull boundingBox: RectF)
Creates a new TextFormConfiguration builder.

Functions

Link copied to clipboard
Creates a TextFormConfiguration with the arguments supplied to this builder.
Link copied to clipboard
open fun setMaxLength(@IntRange(from = 0) maxLength: Int): TextFormConfiguration.Builder
Sets the maximum length of text allowed in the text field.
Link copied to clipboard
Sets whether text is allowed to have multiple lines or not.
Link copied to clipboard
Sets whether text is intended for entering a secure password that should not be visible on the screen.
Link copied to clipboard
Sets rich text contents.
Link copied to clipboard
Sets whether the text field can be scrolled (horizontally for single-line fields, vertically for multi-line fields), defaults to true.
Link copied to clipboard
Sets whether text entered in the field shall be spell-checked, defaults to true.
Link copied to clipboard
Sets text contents.