Uses of Class
com.itextpdf.forms.fields.PdfTextFormField
-
Uses of PdfTextFormField in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionTextFormFieldBuilder.createMultilineText()
Creates multiline text form field based on provided parameters.TextFormFieldBuilder.createText()
Creates text form field based on provided parameters.static PdfTextFormField
PdfFormCreator.createTextFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a text form field as a parent of aPdfWidgetAnnotation
using provided factory.static PdfTextFormField
PdfFormCreator.createTextFormField
(PdfDictionary dictionary) Creates a text form field as a wrapper object around aPdfDictionary
using provided factory.static PdfTextFormField
PdfFormCreator.createTextFormField
(PdfDocument document) Create a minimal, emptyPdfTextFormField
using provided factory.PdfFormFactory.createTextFormField
(PdfWidgetAnnotation widget, PdfDocument document) Creates a text form field as a parent of aPdfWidgetAnnotation
.PdfFormFactory.createTextFormField
(PdfDictionary dictionary) Creates a text form field as a wrapper object around aPdfDictionary
.PdfFormFactory.createTextFormField
(PdfDocument document) Create a minimal, emptyPdfTextFormField
.PdfTextFormField.setComb
(boolean comb) Meaningful only if the MaxLen entry is present in the text field dictionary and if the Multiline, Password, and FileSelect flags are clear.PdfTextFormField.setFileSelect
(boolean fileSelect) If true, the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field.PdfTextFormField.setMaxLen
(int maxLen) Sets the maximum length of the field's text, in characters.PdfTextFormField.setMultiline
(boolean multiline) If true, the field can contain multiple lines of text; if false, the field?s text is restricted to a single line.PdfTextFormField.setPassword
(boolean password) If true, the field is intended for entering a secure password that should not be echoed visibly to the screen.PdfTextFormField.setRichText
(boolean richText) If true, the value of this field should be represented as a rich text string.PdfTextFormField.setScroll
(boolean scroll) If true, the field scrolls (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle.PdfTextFormField.setSpellCheck
(boolean spellCheck) If true, text entered in the field is spell-checked.