Uses of Class
com.itextpdf.forms.form.element.InputField
Packages that use InputField
-
Uses of InputField in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return InputFieldModifier 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
Constructors in com.itextpdf.forms.form.renderer with parameters of type InputFieldModifierConstructorDescriptionInputFieldRenderer
(InputField modelElement) Creates a newInputFieldRenderer
instance.