Uses of Class
com.itextpdf.forms.form.element.InputField
-
Packages that use InputField Package Description com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer -
-
Uses of InputField in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return InputField Modifier and Type Method Description InputField
InputField. setComb(boolean isComb)
SetsComb
flag for the text field.InputField
InputField. setMaxLen(int maxLen)
Sets the maximum length of the field's text, in characters.InputField
InputField. setRotation(int rotation)
Set rotation of the input field.InputField
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 InputField Constructor Description InputFieldRenderer(InputField modelElement)
Creates a newInputFieldRenderer
instance.
-