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 InputFieldInputField. setComb(boolean isComb)SetsCombflag for the text field.InputFieldInputField. setMaxLen(int maxLen)Sets the maximum length of the field's text, in characters.InputFieldInputField. setRotation(int rotation)Set rotation of the input field.InputFieldInputField. 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 newInputFieldRendererinstance.
-