Uses of Class
com.itextpdf.forms.form.element.InputField
-
Uses of InputField in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionInputField.setComb
(boolean isComb) SetsComb
flag for the text field.InputField.setMaxLen
(int maxLen) Sets the maximum length of the field's text, in characters.InputField.setRotation
(int rotation) Set rotation of the input field.InputField.useAsPassword
(boolean isPassword) Determines, whether the input field will be password. -
Uses of InputField in com.itextpdf.forms.form.renderer
ModifierConstructorDescriptionInputFieldRenderer
(InputField modelElement) Creates a newInputFieldRenderer
instance.