- F - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FF_COMB - Static variable in class com.itextpdf.forms.fields.PdfTextFormField
-
constant which determines maximum length of the field's text.
- FF_COMBO - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field is a combo box.
- FF_COMMIT_ON_SEL_CHANGE - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
- FF_DO_NOT_SCROLL - Static variable in class com.itextpdf.forms.fields.PdfTextFormField
-
constant which determines whether longer texts are currently allowed.
- FF_DO_NOT_SPELL_CHECK - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, text entered in the field shall be spell-checked.
- FF_DO_NOT_SPELL_CHECK - Static variable in class com.itextpdf.forms.fields.PdfTextFormField
-
constant which determines whether spell-checking is currently enabled
- FF_EDIT - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the combo box shall include an editable text box as well as a drop-down list.
- FF_FILE_SELECT - Static variable in class com.itextpdf.forms.fields.PdfTextFormField
-
constant which determines whether field currently represents a path.
- FF_MULTI_SELECT - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, more than one of the field's option items may be selected simultaneously.
- FF_MULTILINE - Static variable in class com.itextpdf.forms.fields.PdfFormField
-
Flag that designates, if set, that the field can contain multiple lines
of text.
- FF_NO_EXPORT - Static variable in class com.itextpdf.forms.fields.PdfFormField
-
The NoExport flag, which specifies whether or not exporting is forbidden.
- FF_NO_TOGGLE_TO_OFF - Static variable in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, clicking the selected button deselects it, leaving no button selected.
- FF_PASSWORD - Static variable in class com.itextpdf.forms.fields.PdfFormField
-
Flag that designates, if set, that the field's contents must be obfuscated.
- FF_PUSH_BUTTON - Static variable in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a push button that does not retain a permanent value.
- FF_RADIO - Static variable in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a set of radio buttons.
- FF_RADIOS_IN_UNISON - Static variable in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, a group of radio buttons within a radio button field,
that use the same value for the on state will turn on and off in unison.
- FF_READ_ONLY - Static variable in class com.itextpdf.forms.fields.PdfFormField
-
The ReadOnly flag, which specifies whether or not the field can be changed.
- FF_REQUIRED - Static variable in class com.itextpdf.forms.fields.PdfFormField
-
The Required flag, which specifies whether or not the field must be filled in.
- FF_RICH_TEXT - Static variable in class com.itextpdf.forms.fields.PdfTextFormField
-
constant which determines whether text is currently represented as rich text.
- FF_SORT - Static variable in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field's option items shall be sorted alphabetically.
- FIELD - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIELD_FLATTENING_IS_NOT_SUPPORTED_IN_APPEND_MODE - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- FIELD_NAME_ALREADY_EXISTS_IN_FORM - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- FIELD_VALUE_CANNOT_BE_NULL - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- FIELDNAME_NOT_FOUND_OPERATION_CAN_NOT_BE_COMPLETED - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- FieldObject - Class in com.itextpdf.forms.xfdf
-
Represents the field element, a child of the fields and field elements.
- FieldObject() - Constructor for class com.itextpdf.forms.xfdf.FieldObject
-
- FieldObject(String, String, boolean) - Constructor for class com.itextpdf.forms.xfdf.FieldObject
-
- fields - Variable in class com.itextpdf.forms.PdfAcroForm
-
A map of field names and their associated
form field
objects.
- FIELDS - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FieldsObject - Class in com.itextpdf.forms.xfdf
-
Represents the fields element, a child of the xfdf element and is the container for form field elements.
- FieldsObject() - Constructor for class com.itextpdf.forms.xfdf.FieldsObject
-
- FILE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FILEATTACHMENT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- fillXfaForm(File) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(File, boolean) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(InputStream) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(InputStream, boolean) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(InputSource) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(InputSource, boolean) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(Node) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- fillXfaForm(Node, boolean) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Replaces the XFA data under datasets/data.
- findDatasetsName(String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Finds the complete SOM name contained in the datasets section from a
possibly partial name.
- findDatasetsNode(String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Finds the Node contained in the datasets section from a
possibly partial name.
- findFieldName(String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Finds the complete field name from a partial name.
- FIT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_B - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_BH - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_BV - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_H - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_R - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FIT_V - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FitObject - Class in com.itextpdf.forms.xfdf
-
Represent Fit, a child of the Dest element.
- FitObject(PdfObject) - Constructor for class com.itextpdf.forms.xfdf.FitObject
-
- FLAGS - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FlatParagraphRenderer(Paragraph) - Constructor for class com.itextpdf.forms.form.renderer.CheckBoxRenderer.FlatParagraphRenderer
-
- flatRenderer - Variable in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
The flat renderer.
- flattenFields() - Method in class com.itextpdf.forms.PdfAcroForm
-
- FObject - Class in com.itextpdf.forms.xfdf
-
Represents f element, child of the xfdf element.
- FObject(String) - Constructor for class com.itextpdf.forms.xfdf.FObject
-
- font - Variable in class com.itextpdf.forms.fields.AbstractPdfFormField
-
- font - Variable in class com.itextpdf.forms.form.renderer.AbstractTextFieldRenderer
-
The font to be used for the text.
- fontSize - Variable in class com.itextpdf.forms.fields.AbstractPdfFormField
-
- FontSizeUtil - Class in com.itextpdf.forms.util
-
Utility class for font size calculations.
- form - Variable in class com.itextpdf.forms.fields.PdfFormField
-
- FORM_CHECKBOX_TYPE - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_CHECKBOX_TYPE.
- FORM_CONFORMANCE_LEVEL - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_CONFORMANCE_LEVEL.
- FORM_FIELD_CHECK - Static variable in class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
Represents the role: Checkbox.
- FORM_FIELD_CHECKED - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_CHECKED.
- FORM_FIELD_COLS - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_COLS.
- FORM_FIELD_FLATTEN - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_FLATTEN for form related properties.
- FORM_FIELD_HAS_CYCLED_PARENT_STRUCTURE - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- FORM_FIELD_LABEL - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_LABEL.
- FORM_FIELD_LIST_BOX - Static variable in class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
Represents the role: ListBox.
- FORM_FIELD_MULTIPLE - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_MULTIPLE.
- FORM_FIELD_MUST_HAVE_A_NAME - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- FORM_FIELD_MUST_HAVE_A_NAME - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- FORM_FIELD_PASSWORD_FLAG - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_PASSWORD_FLAG.
- FORM_FIELD_PUSH_BUTTON - Static variable in class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
Represents the role: PushButton.
- FORM_FIELD_RADIO - Static variable in class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
Represents the role: radio.
- FORM_FIELD_RADIO_BORDER_CIRCLE - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.
- FORM_FIELD_RADIO_GROUP_NAME - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_RADIO_GROUP_NAME.
- FORM_FIELD_ROWS - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_ROWS.
- FORM_FIELD_SELECTED - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_SELECTED.
- FORM_FIELD_SIZE - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_SIZE.
- FORM_FIELD_TEXT - Static variable in class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
Represents the role: Text.
- FORM_FIELD_VALUE - Static variable in class com.itextpdf.forms.form.FormProperty
-
The Constant FORM_FIELD_VALUE.
- FORM_FIELD_WAS_FLUSHED - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- FormBorderFactory - Class in com.itextpdf.forms.fields.borders
-
A factory for creating AbstractFormBorder implementations.
- FormDefaultAccessibilityProperties - Class in com.itextpdf.forms
-
- FormDefaultAccessibilityProperties(String) - Constructor for class com.itextpdf.forms.FormDefaultAccessibilityProperties
-
- FormField<T extends IFormField> - Class in com.itextpdf.forms.form.element
-
- FormFieldBuilder<T extends FormFieldBuilder<T>> - Class in com.itextpdf.forms.fields
-
Builder for form field.
- FormFieldBuilder(PdfDocument, String) - Constructor for class com.itextpdf.forms.fields.FormFieldBuilder
-
- FormFieldRendererUtil - Class in com.itextpdf.forms.util
-
Utility class for centralized logic related to form field rendering.
- FormProperty - Class in com.itextpdf.forms.form
-
Set of constants that will be used as keys to get and set properties.
- FormsExceptionMessageConstant - Class in com.itextpdf.forms.exceptions
-
Class that bundles all the error message templates as constants.
- FormsLogMessageConstants - Class in com.itextpdf.forms.logs
-
Class containing constants to be used in logging in forms module.
- FormsMetaInfoStaticContainer - Class in com.itextpdf.forms.fields
-
Class to store meta info that will be used in forms module in static context.
- FREETEXT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- FRINGE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- generateAppearance - Variable in class com.itextpdf.forms.PdfAcroForm
-
Keeps track of whether or not appearances must be generated by the form
fields themselves, or by the PDF viewer application.
- generateDescriptionText() - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Generates the signature description text based on the provided parameters.
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.Button
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.CheckBox
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.ComboBoxField
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.InputField
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.ListBoxField
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.Radio
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
- getAccessibilityProperties() - Method in class com.itextpdf.forms.form.element.TextArea
- getAcroForm(PdfDocument, boolean) - Static method in class com.itextpdf.forms.fields.PdfFormCreator
-
Retrieves AcroForm from the document using provided factory.
- getAcroForm(PdfDocument, boolean) - Method in class com.itextpdf.forms.fields.PdfFormFactory
-
Retrieves AcroForm from the document.
- getAcroForm(PdfDocument, boolean) - Static method in class com.itextpdf.forms.PdfAcroForm
-
Retrieves AcroForm from the document.
- getAcroForm(PdfDocument, boolean, OnDuplicateFormFieldNameStrategy) - Static method in class com.itextpdf.forms.PdfAcroForm
-
Retrieves AcroForm from the document.
- getAction() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets Action element, a child of OnActivation element of the link annotation.
- getAdditionalAction() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the currently additional action dictionary for the form field.
- getAllChildFields() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets all childFields of this object, including the children of the children.
- getAllChildFormFields() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets all childFields of this object, including the children of the children
but not annotations.
- getAllFormFields() - Method in class com.itextpdf.forms.PdfAcroForm
-
- getAllFormFieldsAndAnnotations() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets all
form fields as a
Set including fields kids and nameless fields.
- getAlternativeDescription() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Gets the current alternative description.
- getAlternativeName() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current alternate name.
- getAnnots() - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Gets the annots element, a child of the xfdf element and is the container for annot elements.
- getAnnotsList() - Method in class com.itextpdf.forms.xfdf.AnnotsObject
-
Gets children annotations.
- getAppearance() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of the appearance element, a child element of stamp element.
- getAppearanceStates() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the appearance state names.
- getAppearanceStates() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Gets the appearance state names.
- getAppearanceStates() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the appearance state names.
- getAttribute(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Finds the attribute by name in attributes list.
- getAttributes() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets a list of all attributes of the annotation.
- getAttributes() - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Gets the list of attributes of xfdf object.
- getAttributeValue(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Finds the attribute by name in attributes list and return its string value.
- getAvailableModuleSettings() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getBorder(PdfDictionary, float, Color, Color) - Static method in class com.itextpdf.forms.fields.borders.FormBorderFactory
-
Returns
Border for specific borderStyle.
- getBorder() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Get border object specified in the widget annotation dictionary.
- getBorderStyleAlt() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the BorderStyleAlt element, a child of the link element.
- getBorderWidth() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Gets the border width for the field.
- getBottom() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets a float vertical coordinate positioned at the bottom edge of the window.
- getCalculationOrder() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the CO array property on the AcroForm.
- getCaption() - Method in class com.itextpdf.forms.fields.PushButtonFormFieldBuilder
-
Gets caption for button form field creation.
- getCheckBoxType() - Method in class com.itextpdf.forms.form.renderer.CheckBoxRenderer
-
Gets the checkBoxType.
- getCheckType() - Method in class com.itextpdf.forms.fields.CheckBoxFormFieldBuilder
-
Gets check type for checkbox form field.
- getChildField(String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the child field of form field.
- getChildFields() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the childFields of this object.
- getChildFormAnnotations() - Method in class com.itextpdf.forms.fields.PdfFormField
-
- getChildFormFields() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets all child form fields of this form field.
- getColor() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the current color of the form field.
- getCols() - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
-
Gets the number of columns.
- getConformance() - Method in class com.itextpdf.forms.fields.FormFieldBuilder
-
Gets conformance for form field creation.
- getConformance(PdfDocument) - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Gets the conformance.
- getConformance(PdfDocument) - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Gets the conformance.
- getContent() - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Gets border style.
- getContentElements() - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Gets the final content for this signature.
- getContents() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of contents tag in Xfdf document structure.
- getContentsRichText() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of contents-richtext tag in Xfdf document structure.
- getDashPattern() - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Gets the dash pattern of the border.
- getDatasetsNode() - Method in class com.itextpdf.forms.xfa.XfaForm
-
Gets the Node that corresponds to the datasets part.
- getDefaultAppearance() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets default appearance string containing a sequence of valid page-content graphics or text state operators that
define such properties as the field's text size and color.
- getDefaultAppearance() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Gets default appearance string containing a sequence of valid page-content graphics or text state operators that
define such properties as the field's text size and color.
- getDefaultAppearance() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets default appearance string containing a sequence of valid page-content graphics or text state operators that
define such properties as the field's text size and color.
- getDefaultAppearance() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the DA String property on the AcroForm.
- getDefaultAppearance() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of the defaultappearance element, a child of the caret and freetext elements.
- getDefaultJustification() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the Q integer property on the AcroForm.
- getDefaultProperty(int) - Method in class com.itextpdf.forms.form.element.Button
- getDefaultProperty(int) - Method in class com.itextpdf.forms.form.element.FormField
- getDefaultProperty(int) - Method in class com.itextpdf.forms.form.element.InputField
-
- getDefaultProperty(int) - Method in class com.itextpdf.forms.form.element.ListBoxField
-
- getDefaultProperty(int) - Method in class com.itextpdf.forms.form.element.TextArea
-
- getDefaultResources() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the DR dictionary property on the AcroForm.
- getDefaultStyle() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets a default style string, as described in "Rich Text Strings" section of Pdf spec.
- getDefaultStyle() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of the defaultstyle element, a child of the freetext element.
- getDefaultValue() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the default fallback value for the form field.
- getDefaultValue() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Gets the default value of the form field.
- getDefaultValue() - Method in class com.itextpdf.forms.form.renderer.ButtonRenderer
-
Gets the default value of the form field.
- getDefaultValue() - Method in class com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer
-
Gets the default value of the form field.
- getDependencies() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getDestination() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets Dest, inner element of link, GoTo, and GoToR elements.
- getDestination() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets Dest element, a child element of link, GoTo, GoToR elements.
- getDisplayValue() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current display value of the form field.
- getDisplayValue() - Method in class com.itextpdf.forms.form.element.SelectFieldItem
-
Get the display value of the item.
- getDocument() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
- getDocument() - Method in class com.itextpdf.forms.fields.FormFieldBuilder
-
Gets document to be used for form field creation.
- getDomDocument() - Method in class com.itextpdf.forms.xfa.XfaForm
-
Gets the top level DOM document.
- getElement() - Method in class com.itextpdf.forms.form.element.SelectFieldItem
-
Get the option element of the item.
- getExportValue() - Method in class com.itextpdf.forms.form.element.SelectFieldItem
-
Get the export value of the item.
- getF() - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Gets the f element, child of the xfdf element.
- getField(String) - Method in class com.itextpdf.forms.PdfAcroForm
-
- getFieldFlag(int) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Checks whether a certain flag, or any of a combination of flags, is set
for this form field.
- getFieldFlags() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current list of PDF form field flags.
- getFieldList() - Method in class com.itextpdf.forms.xfdf.FieldsObject
-
Gets a list of children fields
- getFieldName() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the current field name.
- getFields() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets all AcroForm fields in the document.
- getFields() - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Gets the fields element, a child of the xfdf element and is the container for form field elements.
- getFieldsForFlattening() - Method in class com.itextpdf.forms.PdfAcroForm
-
- getFileOriginalName() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element.
- getFinalSelectFieldHeight(float, float, boolean) - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Returns final height of the select field.
- getFinalSelectFieldHeight(float, float, boolean) - Method in class com.itextpdf.forms.form.renderer.SelectFieldListBoxRenderer
-
- getFirstFormAnnotation() - Method in class com.itextpdf.forms.fields.PdfFormField
-
- getFit() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the Fit element, a child of the Dest element.
- getFitB() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitB element, a child of the Dest element.
- getFitBH() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitBH element, a child of the Dest element.
- getFitBV() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitBV element, a child of the Dest element.
- getFitH() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the FitH element, a child of the Dest element.
- getFitR() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the FitR element, a child of the Dest element.
- getFitV() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the FitV element, a child of the Dest element.
- getFont() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the current font of the form field.
- getFont() - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Get font to be used for form field creation.
- getFontSize() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the current fontSize of the form field.
- getFormFieldKeys() - Static method in class com.itextpdf.forms.fields.PdfFormField
-
Gets a set of all possible form field keys except PdfName.Parent.
- getFormFieldName() - Method in class com.itextpdf.forms.fields.FormFieldBuilder
-
Gets name of the form field.
- getFormType() - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
Returns Btn, the form type for choice form fields.
- getFormType() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Returns Ch, the form type for choice form fields.
- getFormType(PdfDictionary) - Static method in class com.itextpdf.forms.fields.PdfFormField
-
Returns the type of the form field dictionary, or of the parent
<PdfDictionary> object.
- getFormType() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Returns the type of the parent form field, or of the wrapped
<PdfDictionary> object.
- getFormType() - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Returns Sig, the form type for signature form fields.
- getFormType() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
Returns Tx, the form type for textual form fields.
- getHCornerRadius() - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Gets the horizontal corner radius of the rectangular border.
- getHref() - Method in class com.itextpdf.forms.xfdf.FObject
-
Gets the name of the source or target file.
- getId() - Method in class com.itextpdf.forms.form.element.FormField
-
Gets the id.
- getId() - Method in interface com.itextpdf.forms.form.element.IFormField
-
Gets the id.
- getId() - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Gets the id.
- getIds() - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Gets the ids element, child of the xfdf element.
- getIgnoredResources() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getIgnoredSourceFiles() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getIndices() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Gets the currently selected items in the field
- getJustification() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets a code specifying the form of quadding (justification) to be used in displaying the text:
0 Left-justified
1 Centered
2 Right-justified
- getKids() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the kids of this object.
- getLang() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
- getLang() - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
- getLastYLineRecursively() - Method in class com.itextpdf.forms.form.renderer.ButtonRenderer
- getLastYLineRecursively() - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
-
- getLeft() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets a float horizontal coordinate positioned at the left edge of the window.
- getLocationLine() - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Returns the signing location.
- getLockActionValue(PdfSigFieldLock.LockAction) - Static method in class com.itextpdf.forms.PdfSigFieldLock
-
Returns the specified action of a signature field lock as
PdfName value.
- getLockPermission(PdfSigFieldLock.LockPermissions) - Static method in class com.itextpdf.forms.PdfSigFieldLock
-
Returns the specified level of access permissions granted for the document as
PdfNumber value.
- getMappingName() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current mapping name.
- getMappingPriority() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getMaxLen() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
Gets the maximum length of the field's text, in characters.
- getMinMaxWidth() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
- getMinMaxWidth() - Method in class com.itextpdf.forms.form.renderer.SelectFieldComboBoxRenderer
-
- getModelId() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Gets the model id.
- getModelId() - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Gets the model id.
- getModified() - Method in class com.itextpdf.forms.xfdf.IdsObject
-
Gets the string value of the unique identifier for the
modified version of the pdf and corresponding xfdf document.
- getModuleName() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getName() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of the type of annotation.
- getName() - Method in class com.itextpdf.forms.xfdf.AttributeObject
-
Returns attribute name.
- getName() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the Name attribute of Named element, a child of Dest element.
- getName() - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Gets the string value of the name attribute of the field element.
- getNameAction() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets the value of Name, required attribute of Named element.
- getNeedAppearances() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the NeedAppearances boolean property on the AcroForm.
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.ButtonRenderer
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.CheckBoxRenderer
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.InputFieldRenderer
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.RadioRenderer
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.SelectFieldComboBoxRenderer
-
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.SelectFieldListBoxRenderer
-
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer
- getNextRenderer() - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
- getNodeText(Node) - Static method in class com.itextpdf.forms.xfa.XfaForm
-
Gets all the text contained in the child nodes of this node.
- getNodeTextByPath(String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Gets all the text contained in the child nodes of the node under the provided path.
- getOption(String) - Method in class com.itextpdf.forms.form.element.AbstractSelectField
-
- getOptions() - Method in class com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Gets options for choice form field.
- getOptions() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets options for the form field.
- getOptions() - Method in class com.itextpdf.forms.form.element.AbstractSelectField
-
- getOptionsMarkedSelected(IRenderer) - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Gets options that are marked as selected from the select field options subtree.
- getOriginal() - Method in class com.itextpdf.forms.xfdf.IdsObject
-
Gets the string value of the permanent identifier which
is based on the contents of the file at the time it was originally created.
- getOverwrittenResources() - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- getPage() - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Gets page to be used for widget creation.
- getPage() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets the PdfObject representing the page displayed by current Fit element.
- getParent() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the parent dictionary.
- getParent() - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Gets a parent field of current field.
- getParentField() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the parent field.
- getPartialFieldName() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current field partial name.
- getPartialName(AbstractPdfFormField) - Static method in class com.itextpdf.forms.fields.PdfFormFieldMergeUtil
-
Gets partial name for the field dictionary.
- getPdfConformance() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the declared conformance.
- getPdfDocument() - Method in class com.itextpdf.forms.PdfAcroForm
-
- getPdfObject() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Gets the wrapped dictionary.
- getPlaceholder() - Method in class com.itextpdf.forms.form.element.InputField
-
Gets the placeholder paragraph.
- getPlaceholder() - Method in interface com.itextpdf.forms.form.element.IPlaceholderable
-
Gets the placeholder paragraph.
- getPlaceholder() - Method in class com.itextpdf.forms.form.element.TextArea
-
Gets the placeholder paragraph.
- getPopup() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the popup annotation, an inner element of the annotation element.
- getProperty(int) - Method in class com.itextpdf.forms.form.element.Radio
- getProperty(int) - Method in class com.itextpdf.forms.form.renderer.InputFieldRenderer
- getProperty(int) - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
- getReasonLine() - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Returns the signing reason.
- getRect(PdfDictionary) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Gets a
Rectangle that matches the current size and position of this form field.
- getRef() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
- getRenderingMode() - Method in class com.itextpdf.forms.form.renderer.CheckBoxRenderer
-
Gets the rendering mode of the checkbox.
- getRichText() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets a rich text string, as described in "Rich Text Strings" section of Pdf spec.
- getRichTextValue() - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Gets the string representation of the value-richtext element, a child of the field element and contains the
field's value formatted as a rich text string.
- getRight() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets a float horizontal coordinate positioned at the right edge of the window.
- getRootFormFields() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets root fields (i.e.
- getRotation() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Get rotation property specified in this form annotation.
- getRotation() - Method in class com.itextpdf.forms.form.element.InputField
-
Get rotation.
- getRows() - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
-
Gets the number of rows.
- getSelectedExportValue() - Method in class com.itextpdf.forms.form.element.ComboBoxField
-
Gets the export value of the selected option.
- getSelectedOption() - Method in class com.itextpdf.forms.form.element.ComboBoxField
-
Gets the selected option.
- getSelectedStrings() - Method in class com.itextpdf.forms.form.element.ListBoxField
-
Get a list of selected options.
- getSigFieldLockDictionary() - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Gets the
PdfSigFieldLock, which contains fields that
must be locked if the document is signed.
- getSignatureFlags() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the SigFlags integer property on the AcroForm.
- getSignDate() - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Returns the signature date.
- getSignedAppearanceText() - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
- getSignedBy() - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Gets the name of the signer from the certificate.
- getSize() - Method in class com.itextpdf.forms.form.renderer.InputFieldRenderer
-
Gets the size of the input field.
- getStringValue(PdfObject) - Static method in class com.itextpdf.forms.fields.PdfFormField
-
Retrieves string value from
PdfObject representing text string or text stream.
- getThis() - Method in class com.itextpdf.forms.fields.CheckBoxFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.FormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.NonTerminalFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.PushButtonFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.RadioFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.SignatureFormFieldBuilder
-
Returns this builder object.
- getThis() - Method in class com.itextpdf.forms.fields.TextFormFieldBuilder
-
Returns this builder object.
- getTop() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets a float vertical coordinate positioned at the top edge of the window.
- getTopIndex() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Gets the current index of the first option in a scrollable list.
- getType() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Returns the type of inner action element.
- getUri() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets the string value of URI elements.
- getValue() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current value contained in the form field.
- getValue() - Method in class com.itextpdf.forms.xfdf.AttributeObject
-
Returns attribute value.
- getValue() - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Gets the string representation of the value element, a child of the field element and contains the field's value,
whose format may vary depending on the field type.
- getValueAsString() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the current value contained in the form field.
- getVCornerRadius() - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Gets the vertical corner radius of the rectangular border.
- getVertices() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string, containing vertices element, a child of the polygon and polyline elements.
- getWidget() - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
- getWidgetRectangle() - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Gets rectangle which defines widget's placement.
- getWidgets() - Method in class com.itextpdf.forms.fields.PdfFormField
-
- getWidth() - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Gets the width of the rectangular border.
- getXfaFieldValue(String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Gets the xfa field value.
- getXfaForm() - Method in class com.itextpdf.forms.PdfAcroForm
-
- getXFAResource() - Method in class com.itextpdf.forms.PdfAcroForm
-
Gets the XFA property on the AcroForm.
- getXyz() - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the XYZ element, a child of the Dest element.
- getZoom() - Method in class com.itextpdf.forms.xfdf.FitObject
-
Gets a float representing the zoom ratio.
- GO_TO - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- GO_TO_R - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- ICheckBoxRenderingStrategy - Interface in com.itextpdf.forms.form.renderer.checkboximpl
-
This interface is used to draw a checkBox icon.
- ICON - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- IDS - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- IdsObject - Class in com.itextpdf.forms.xfdf
-
Represents ids element, child of the xfdf element.
- IdsObject() - Constructor for class com.itextpdf.forms.xfdf.IdsObject
-
- IFormField - Interface in com.itextpdf.forms.form.element
-
Common interface for HTML form elements.
- img - Variable in class com.itextpdf.forms.fields.PdfFormField
-
- IN_REPLY_TO - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- INCORRECT_PAGE_ROTATION - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- INCORRECT_WIDGET_ROTATION - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- INDEX_OUT_OF_BOUNDS - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- INK - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- INNER_ARRAY_SHALL_HAVE_TWO_ELEMENTS - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- INPUT_FIELD_DOES_NOT_FIT - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- InputField - Class in com.itextpdf.forms.form.element
-
- InputField(String) - Constructor for class com.itextpdf.forms.form.element.InputField
-
Creates a new input field.
- InputFieldRenderer - Class in com.itextpdf.forms.form.renderer
-
- InputFieldRenderer(InputField) - Constructor for class com.itextpdf.forms.form.renderer.InputFieldRenderer
-
- INTENSITY - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- INTENT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- INTERIOR_COLOR - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- INVALID_ROTATION_VALUE - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- INVALID_VALUE_FALLBACK_TO_DEFAULT - Static variable in class com.itextpdf.forms.logs.FormsLogMessageConstants
-
- INVISIBLE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- IPlaceholderable - Interface in com.itextpdf.forms.form.element
-
A marker interface that specifies that the layout object has placeholder.
- IS_MAP - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- isBoxChecked() - Method in class com.itextpdf.forms.form.renderer.CheckBoxRenderer
-
Defines whether the box is checked or not.
- isBoxChecked() - Method in class com.itextpdf.forms.form.renderer.RadioRenderer
-
Defines whether the radio is checked or not.
- isComb() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
Meaningful only if the MaxLen entry is present in the text field dictionary
and if the Multiline, Password, and FileSelect flags are clear.
- isCombo() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field is a combo box; if false, the field is a list box.
- isCommitOnSelChange() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
- isContainsRichText() - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Gets a boolean indicating if a value-richtext element is present inside the field.
- isEdit() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the combo box shall include an editable text box as well as a
drop-down list; if false, it shall include only a drop-down list.
- isFieldRegenerationEnabled() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
This method checks if field appearance stream regeneration is enabled.
- isFileSelect() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
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.
- isFlatten() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Checks if form fields need to be flattened.
- isFlatten() - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Checks if form fields need to be flattened.
- isFormField(PdfDictionary) - Static method in class com.itextpdf.forms.fields.PdfFormField
-
Checks if dictionary contains any of the form field keys.
- isGenerateAppearance() - Method in class com.itextpdf.forms.PdfAcroForm
-
- isHasPopup() - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the boolean, indicating if annotation has an inner popup element.
- isInReadingMode() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Checks if the document that contains the field is created in reading mode.
- isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Determines, whether the layout is based in the renderer itself or flat renderer.
- isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.forms.form.renderer.ButtonRenderer
-
Determines, whether the layout is based in the renderer itself or flat renderer.
- isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.forms.form.renderer.CheckBoxRenderer
-
Determines, whether the layout is based in the renderer itself or flat renderer.
- isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.forms.form.renderer.RadioRenderer
-
Determines, whether the layout is based in the renderer itself or flat renderer.
- isLayoutBasedOnFlatRenderer() - Method in class com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer
-
Determines, whether the layout is based in the renderer itself or flat renderer.
- isMap() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets IsMap, optional attribute of URI element.
- isMultiline() - Method in class com.itextpdf.forms.fields.PdfFormField
-
If true, the field can contain multiple lines of text; if false, the field's text is restricted to a single line.
- isMultiSelect() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, more than one of the field's option items may be selected simultaneously; if false, at most one item
shall be selected.
- isNewWindow() - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Gets the boolean value of NewWindow, optional attribute of Launch element.
- isNoExport() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the NoExport attribute.
- isPassword() - Method in class com.itextpdf.forms.fields.PdfFormField
-
If true, the field is intended for entering a secure password that should not be echoed visibly to the screen.
- isPassword() - Method in class com.itextpdf.forms.form.renderer.InputFieldRenderer
-
Checks if the input field is a password field.
- isPureWidget(PdfDictionary) - Static method in class com.itextpdf.forms.fields.PdfFormAnnotationUtil
-
Check that <PdfDictionary> object is pure widget annotation.
- isPureWidgetOrMergedField(PdfDictionary) - Static method in class com.itextpdf.forms.fields.PdfFormAnnotationUtil
-
Check that <PdfDictionary> object is widget annotation or merged field.
- isPushButton() - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a pushbutton that does not retain a permanent value.
- isRadio() - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a set of radio buttons; if false, the field is a
check box.
- isRadiosInUnison() - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, a group of radio buttons within a radio button field that use
the same value for the on state will turn on and off in unison;
that is if one is checked, they are all checked.
- isReadOnly() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the ReadOnly flag, specifying whether or not the field can be changed.
- isRendererFit(float, float) - Method in class com.itextpdf.forms.form.renderer.AbstractFormFieldRenderer
-
Checks if the renderer fits a certain width and height.
- isRendererFit(float, float) - Method in class com.itextpdf.forms.form.renderer.ButtonRenderer
-
Checks if the renderer fits a certain width and height.
- isRequired() - Method in class com.itextpdf.forms.fields.PdfFormField
-
Gets the Required flag, specifying whether or not the field must be filled in.
- isRichText() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, the value of this field should be represented as a rich text string.
- isScroll() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
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.
- isSingleLine() - Method in class com.itextpdf.forms.form.element.Button
-
Indicates if this element represents an input with type button in html.
- isSort() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field's option items shall be sorted alphabetically.
- isSpellCheck() - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, text entered in the field shall be spell-checked..
- isSpellCheck() - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, text entered in the field is spell-checked.
- isTerminalFormField() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Determines whether current form field is terminal or not.
- isToggleOff() - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, clicking the selected button deselects it, leaving no button
selected.
- isWrappedObjectMustBeIndirect() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
- isWrappedObjectMustBeIndirect() - Method in class com.itextpdf.forms.PdfAcroForm
-
- isWrappedObjectMustBeIndirect() - Method in class com.itextpdf.forms.PdfSigFieldLock
-
- isXfaPresent() - Method in class com.itextpdf.forms.xfa.XfaForm
-
Returns true if it is a XFA form.
- SelectFieldComboBoxRenderer - Class in com.itextpdf.forms.form.renderer
-
- SelectFieldComboBoxRenderer(AbstractSelectField) - Constructor for class com.itextpdf.forms.form.renderer.SelectFieldComboBoxRenderer
-
- SelectFieldItem - Class in com.itextpdf.forms.form.element
-
A field that represents a control for selecting one of the provided options.
- SelectFieldItem(String, String) - Constructor for class com.itextpdf.forms.form.element.SelectFieldItem
-
- SelectFieldItem(String) - Constructor for class com.itextpdf.forms.form.element.SelectFieldItem
-
- SelectFieldItem(String, IBlockElement) - Constructor for class com.itextpdf.forms.form.element.SelectFieldItem
-
- SelectFieldItem(String, String, IBlockElement) - Constructor for class com.itextpdf.forms.form.element.SelectFieldItem
-
- SelectFieldListBoxRenderer - Class in com.itextpdf.forms.form.renderer
-
- SelectFieldListBoxRenderer(AbstractSelectField) - Constructor for class com.itextpdf.forms.form.renderer.SelectFieldListBoxRenderer
-
- separateWidgetAndField(PdfFormField) - Static method in class com.itextpdf.forms.fields.PdfFormAnnotationUtil
-
Separate merged field to form field and pure widget annotation.
- SEPARATOR_SHOULD_BE_A_VALID_VALUE - Static variable in class com.itextpdf.forms.exceptions.FormsExceptionMessageConstant
-
- setAction(PdfAction) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets the action on
widget of this annotation form field.
- setAction(ActionObject) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets Action element, a child of OnActivation element of the link annotation.
- setAdditionalAction(PdfName, PdfAction) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets an additional action for the form field.
- setAlternativeDescription(String) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Changes the alternative description of the annotation to the specified value.
- setAlternativeDescription(String) - Method in class com.itextpdf.forms.form.element.FormField
-
Sets the form field's alternative description.
- setAlternativeName(String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Changes the alternate name of the field to the specified value.
- setAnnots(AnnotsObject) - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Sets the annots element, a child of the xfdf element and is the container for annot elements.
- setAppearance(PdfName, String, PdfStream) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets an appearance for (the widgets related to) the form field.
- setAppearance(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Gets the string value of the appearance element, a child element of stamp element.
- setAttributes(List<AttributeObject>) - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Sets the list of attributes of xfdf object.
- setBackgroundColor(Color) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Basic setter for the backgroundColor property.
- setBackgroundLayer(PdfFormXObject) - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Sets the background layer that is present when creating the signature field.
- setBorderColor(Color) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets the Border Color.
- setBorderStyle(PdfDictionary) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets the border style for the field.
- setBorderStyleAlt(BorderStyleAltObject) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the BorderStyleAlt element, a child of the link element.
- setBorderWidth(float) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets the border width for the field.
- setBottom(float) - Method in class com.itextpdf.forms.xfdf.FitObject
-
Sets a float vertical coordinate positioned at the bottom edge of the window.
- setCalculationOrder(PdfArray) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the CO array property on the AcroForm.
- setCaption(String) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Basic setter for the push button caption.
- setCaption(String, boolean) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Basic setter for the push button caption.
- setCaption(String) - Method in class com.itextpdf.forms.fields.PushButtonFormFieldBuilder
-
Sets caption for button form field creation.
- setCheckBoxAppearanceOnStateName(String) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Sets on state name for the checkbox annotation normal appearance and regenerates widget.
- setCheckBoxType(CheckBoxType) - Method in class com.itextpdf.forms.form.element.CheckBox
-
Sets the icon of the checkbox.
- setChecked(boolean) - Method in class com.itextpdf.forms.form.element.CheckBox
-
Sets the checked state of the checkbox.
- setChecked(boolean) - Method in class com.itextpdf.forms.form.element.Radio
-
Sets the state of the radio button.
- setCheckType(CheckBoxType) - Method in class com.itextpdf.forms.fields.CheckBoxFormFieldBuilder
-
Sets check type for checkbox form field.
- setCheckType(CheckBoxType) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Changes the type of graphical marker used to mark a checkbox as 'on'.
- setColor(Color) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Sets the text color and regenerates appearance stream.
- setColor(Color) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the text color and regenerates appearance stream.
- setComb(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
Meaningful only if the MaxLen entry is present in the text field dictionary
and if the Multiline, Password, and FileSelect flags are clear.
- setComb(boolean) - Method in class com.itextpdf.forms.form.element.InputField
-
Sets Comb flag for the text field.
- setCombo(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field is a combo box; if false, the field is a list box.
- setCommitOnSelChange(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the new value shall be committed as soon as a selection is made (commonly with the pointing device).
- setConfigModuleSettings(ModulesConfigurator) - Method in class com.itextpdf.forms.SharpenConfigMapping
-
- setConformance(PdfConformance) - Method in class com.itextpdf.forms.fields.FormFieldBuilder
-
Sets conformance for form field creation.
- setContainsRichText(boolean) - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Sets a boolean indicating if a value-richtext element is present inside the field.
- setContent(SignedAppearanceText) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(String) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(SignedAppearanceText, ImageData) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(String, ImageData) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(ImageData) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(String, SignedAppearanceText) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(String, String) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(Div) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
Sets the content for this signature.
- setContent(String) - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Sets border style.
- setContents(PdfString) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string value of contents tag in Xfdf document structure.
- setContentsRichText(PdfString) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string value of contents-richtext tag in xfdf document structure.
- setDashPattern(float[]) - Method in class com.itextpdf.forms.xfdf.BorderStyleAltObject
-
Sets the dash pattern of the border.
- setDefaultAppearance(String) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the DA String property on the AcroForm.
- setDefaultAppearance(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string value of the defaultappearance element, a child of the caret and freetext elements.
- setDefaultJustification(int) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the Q integer property on the AcroForm.
- setDefaultResources(PdfDictionary) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the DR dictionary property on the AcroForm.
- setDefaultStyle(PdfString) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a default style string, as described in "Rich Text Strings" section of Pdf spec.
- setDefaultStyle(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string value of the defaultstyle element, a child of the freetext element.
- setDefaultValue(PdfObject) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the default fallback value for the form field.
- setDestination(DestObject) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets Dest, inner element of link, GoTo, and GoToR elements.
- setDestination(DestObject) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets Dest element, a child element of link, GoTo, GoToR elements.
- setDocumentPermissions(PdfSigFieldLock.LockPermissions) - Method in class com.itextpdf.forms.PdfSigFieldLock
-
Sets the permissions granted for the document when the corresponding signature
field is signed.
- setDomDocument(Document) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Sets the top DOM document.
- setEdit(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the combo box shall include an editable text box as well as a
drop-down list; if false, it shall include only a drop-down list.
- setF(FObject) - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Sets f element, child of the xfdf element.
- setFactory(PdfFormFactory) - Static method in class com.itextpdf.forms.fields.PdfFormCreator
-
- setFieldFlag(int) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Adds a flag, or combination of flags, for the form field.
- setFieldFlag(int, boolean) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Adds or removes a flag, or combination of flags, for the form field.
- setFieldFlags(int) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a flag, or combination of flags, for the form field.
- setFieldLock(PdfSigFieldLock.LockAction, String...) - Method in class com.itextpdf.forms.PdfSigFieldLock
-
Sets signature lock for specific fields in the document.
- setFieldName(String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Changes the name of the field to the specified value.
- setFields(FieldsObject) - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Sets fields element, a child of the xfdf element and is the container for form field elements.
- setFileOriginalName(String) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets the string value of OriginalName, required attribute of File inner element of GoToR or Launch element.
- setFileSelect(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
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.
- setFit(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the Fit element, a child of the Dest element.
- setFitB(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the FitB element, a child of the Dest element.
- setFitBH(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Gets the FitBH element, a child of the Dest element.
- setFitBV(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitBV element, a child of the Dest element.
- setFitH(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitH element, a child of the Dest element.
- setFitR(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitR element, a child of the Dest element.
- setFitV(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the FitV element, a child of the Dest element.
- setFont(PdfFont) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Basic setter for the font property.
- setFont(PdfFont) - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Set font to be used for form field creation.
- setFontAndSize(PdfFont, float) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Combined setter for the font and fontSize
properties.
- setFontSize(float) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Basic setter for the fontSize property.
- setFontSize(int) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Basic setter for the fontSize property.
- setFontSizeAutoScale() - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
Sets zero font size which will be interpreted as auto-size according to ISO 32000-1, 12.7.3.3.
- setFormFieldElement(IFormField) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
This method sets the model element associated with the current annotation and can be useful to take into account
when drawing those properties that the annotation does not have.
- setGenerateAppearance(boolean) - Method in class com.itextpdf.forms.PdfAcroForm
-
- setHasPopup(boolean) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the boolean, indicating if annotation has inner popup element.
- setHeight(float) - Method in class com.itextpdf.forms.form.element.FormField
-
Set the form field's height.
- setHeight(float) - Method in interface com.itextpdf.forms.form.element.IFormField
-
Set the form field's height.
- setHref(String) - Method in class com.itextpdf.forms.xfdf.FObject
-
Sets the name of the source or target file.
- setIds(IdsObject) - Method in class com.itextpdf.forms.xfdf.XfdfObject
-
Sets ids element, child of the xfdf element.
- setIgnorePageRotation(boolean) - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Sets the boolean value which indicates if page rotation should be ignored for the signature appearance.
- setImage(String) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
Set image to be used as a background content in a push button.
- setImageAsForm(PdfFormXObject) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
Set image to be used as a background content in a push button as
PdfFormXObject.
- setIndices(PdfArray) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Sets the selected items in the field.
- setInteractive(boolean) - Method in class com.itextpdf.forms.form.element.FormField
-
Set the form field to be interactive and added into Acroform instead of drawing it on a page.
- setInteractive(boolean) - Method in interface com.itextpdf.forms.form.element.IFormField
-
Set the form field to be interactive and added into Acroform instead of drawing it on a page.
- setJustification(TextAlignment) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a code specifying the form of quadding (justification) to be used in displaying the text:
0 Left-justified
1 Centered
2 Right-justified
- setLeft(float) - Method in class com.itextpdf.forms.xfdf.FitObject
-
Sets a float horizontal coordinate positioned at the left edge of the window.
- setListSelected(String[]) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Highlights the options.
- setListSelected(String[], boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Highlights the options and generates field appearance if needed.
- setListSelected(int[]) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Highlights the options.
- setLocationLine(String) - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Sets the signing location.
- setMap(boolean) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets IsMap, optional attribute of URI element.
- setMappingName(String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Changes the mapping name of the field to the specified value.
- setMaxLen(int) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
Sets the maximum length of the field's text, in characters.
- setMaxLen(int) - Method in class com.itextpdf.forms.form.element.InputField
-
Sets the maximum length of the field's text, in characters.
- setMinMaxWidthBasedOnFixedWidth(MinMaxWidth) - Method in class com.itextpdf.forms.form.renderer.InputFieldRenderer
- setMinMaxWidthBasedOnFixedWidth(MinMaxWidth) - Method in class com.itextpdf.forms.form.renderer.TextAreaRenderer
- setModified() - Method in class com.itextpdf.forms.PdfAcroForm
-
- setModified(String) - Method in class com.itextpdf.forms.xfdf.IdsObject
-
Sets the string value of the unique identifier for the
modified version of the pdf and corresponding xfdf document.
- setMultiline(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, the field can contain multiple lines of text; if false, the field?s text is restricted to a single line.
- setMultiSelect(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, more than one of the field's option items may be selected
simultaneously; if false, at most one item shall be selected.
- setName(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string value of the type of annotation.
- setName(String) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the Name attribute of Named element, a child of Dest element.
- setName(String) - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Sets the string value of the name attribute of the field element.
- setNameAction(PdfName) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets the value of Name, required attribute of Named element.
- setNeedAppearances(boolean) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the NeedAppearances boolean property on the AcroForm.
- setNewWindow(boolean) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets the boolean value of NewWindow, optional attribute of Launch element.
- setNodeText(Node, String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Sets the text of this node.
- setNoExport(boolean) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the NoExport flag, specifying whether or not exporting is forbidden.
- setOptions(PdfArray) - Method in class com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Sets options for choice form field.
- setOptions(String[]) - Method in class com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Sets options for choice form field.
- setOptions(String[][]) - Method in class com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Sets options for choice form field.
- setOptions(PdfArray) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets options for the form field.
- setOriginal(String) - Method in class com.itextpdf.forms.xfdf.IdsObject
-
Sets the string value of the permanent identifier which
is based on the contents of the file at the time it was originally created.
- setPage(int) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Specifies on which page the form field's widget must be shown.
- setPage(PdfPage) - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Sets page to be used for widget creation.
- setPage(int) - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Sets page to be used for widget creation.
- setParent(PdfFormField) - Method in class com.itextpdf.forms.fields.AbstractPdfFormField
-
- setParent(FieldObject) - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Sets a parent field of current field.
- setPassword(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, the field is intended for entering a secure password that should not be echoed visibly to the screen.
- setPdfConformance(PdfConformance) - Method in class com.itextpdf.forms.form.element.CheckBox
-
Sets the conformance for the checkbox.
- setPlaceholder(Paragraph) - Method in class com.itextpdf.forms.form.element.InputField
-
Sets the placeholder paragraph.
- setPlaceholder(Paragraph) - Method in interface com.itextpdf.forms.form.element.IPlaceholderable
-
Sets the placeholder paragraph.
- setPlaceholder(Paragraph) - Method in class com.itextpdf.forms.form.element.TextArea
-
Sets the placeholder paragraph.
- setPopup(AnnotObject) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the popup annotation, an inner element of the annotation element.
- setPushButton(boolean) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a pushbutton that does not retain a permanent value.
- setRadio(boolean) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, the field is a set of radio buttons; if false, the field is a
check box.
- setRadiosInUnison(boolean) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, a group of radio buttons within a radio button field that use
the same value for the on state will turn on and off in unison; that is
if one is checked, they are all checked.
- setReadOnly(boolean) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the ReadOnly flag, specifying whether or not the field can be changed.
- setReasonLine(String) - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Sets the signing reason.
- setRef(PdfIndirectReference) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
- setRequired(boolean) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the Required flag, specifying whether or not the field must be filled in.
- setReuseAppearance(boolean) - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Indicates that the existing appearances needs to be reused as a background.
- setRichText(PdfObject) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a rich text string, as described in "Rich Text Strings" section of Pdf spec.
- setRichText(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, the value of this field should be represented as a rich text string.
- setRichTextValue(String) - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Sets the string representation of the value-richtext element, a child of the field element and contains the
field's value formatted as a rich text string.
- setRight(float) - Method in class com.itextpdf.forms.xfdf.FitObject
-
Sets a float horizontal coordinate positioned at the right edge of the window.
- setRotation(int) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Basic setter for the degRotation property.
- setRotation(int) - Method in class com.itextpdf.forms.form.element.InputField
-
Set rotation of the input field.
- setScroll(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
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.
- setSelected(int) - Method in class com.itextpdf.forms.form.element.ComboBoxField
-
Selects an option by its index.
- setSelected(String) - Method in class com.itextpdf.forms.form.element.ComboBoxField
-
Selects an option by its export value.
- setSelected(SelectFieldItem) - Method in class com.itextpdf.forms.form.element.ComboBoxField
-
Selects an option by its value.
- setSignatureAppearanceLayer(PdfFormXObject) - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Sets the signature appearance layer that contains information about the signature, e.g.
- setSignatureFlag(int) - Method in class com.itextpdf.forms.PdfAcroForm
-
Changes the SigFlags integer property on the AcroForm.
- setSignatureFlags(int) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the SigFlags integer property on the AcroForm.
- setSignDate(Calendar) - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Sets the signature date.
- setSignedBy(String) - Method in class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
Sets the name of the signer from the certificate.
- setSignerName(String) - Method in class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
- setSingleLineValue(String) - Method in class com.itextpdf.forms.form.element.Button
-
Sets passed string value to the single line button caption.
- setSize(float) - Method in class com.itextpdf.forms.form.element.CheckBox
-
Sets the size of the checkbox.
- setSize(float) - Method in class com.itextpdf.forms.form.element.FormField
-
Sets the form field's width and height.
- setSort(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, the field's option items shall be sorted alphabetically.
- setSpellCheck(boolean) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
If true, text entered in the field shall be spell-checked.
- setSpellCheck(boolean) - Method in class com.itextpdf.forms.fields.PdfTextFormField
-
If true, text entered in the field is spell-checked.
- setToggleOff(boolean) - Method in class com.itextpdf.forms.fields.PdfButtonFormField
-
If true, clicking the selected button deselects it, leaving no button selected.
- setTop(float) - Method in class com.itextpdf.forms.xfdf.FitObject
-
Sets a float vertical coordinate positioned at the top edge of the window.
- setTopIndex(int) - Method in class com.itextpdf.forms.fields.PdfChoiceFormField
-
Sets the index of the first visible option in a scrollable list.
- setTopIndex(int) - Method in class com.itextpdf.forms.form.element.ListBoxField
-
Sets the index of the first visible option in a scrollable list.
- setType(PdfName) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets the type of inner action element.
- setupBuilderValues(ChoiceFormFieldBuilder, AbstractSelectField) - Method in class com.itextpdf.forms.form.renderer.AbstractSelectFieldRenderer
-
Retrieve the options from select field (can be combo box or list box field) and set them
to the form field builder.
- setUri(PdfString) - Method in class com.itextpdf.forms.xfdf.ActionObject
-
Sets the string value of URI element.
- setValue(String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a value to the field and generating field appearance if needed.
- setValue(String, boolean) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets a value to the field (and fields with the same names) and generates field appearance if needed.
- setValue(String, PdfFont, float) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Set text field value with given font and size.
- setValue(String, String) - Method in class com.itextpdf.forms.fields.PdfFormField
-
Sets the field value and the display string.
- setValue(PdfObject) - Method in class com.itextpdf.forms.fields.PdfSignatureFormField
-
Adds the signature to the signature field.
- setValue(String) - Method in class com.itextpdf.forms.form.element.Button
-
Adds passed string value as paragraph to the button.
- setValue(String) - Method in class com.itextpdf.forms.form.element.FormField
-
- setValue(String) - Method in interface com.itextpdf.forms.form.element.IFormField
-
- setValue(String) - Method in class com.itextpdf.forms.xfdf.FieldObject
-
Sets the string representation of the value element, a child of the field element and contains the field's value,
whose format may vary depending on the field type.
- setVertices(String) - Method in class com.itextpdf.forms.xfdf.AnnotObject
-
Sets the string, containing vertices element, a child of the polygon and polyline elements.
- setVisibility(int) - Method in class com.itextpdf.forms.fields.PdfFormAnnotation
-
Set the visibility flags of the form field annotation.
- setWidgetRectangle(Rectangle) - Method in class com.itextpdf.forms.fields.TerminalFormFieldBuilder
-
Sets rectangle which defines widget's placement.
- setWidth(float) - Method in class com.itextpdf.forms.form.element.FormField
-
Set the form field's width.
- setWidth(float) - Method in interface com.itextpdf.forms.form.element.IFormField
-
Set the form field's width.
- setXfaFieldValue(String, String) - Method in class com.itextpdf.forms.xfa.XfaForm
-
Changes a field value in the XFA form.
- setXfaForm(XfaForm, PdfDocument) - Static method in class com.itextpdf.forms.xfa.XfaForm
-
Sets the XFA key from a byte array.
- setXfaForm(XfaForm, PdfAcroForm) - Static method in class com.itextpdf.forms.xfa.XfaForm
-
Sets the XFA key from a byte array.
- setXFAResource(PdfStream) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the XFA property on the AcroForm.
- setXFAResource(PdfArray) - Method in class com.itextpdf.forms.PdfAcroForm
-
Sets the XFA property on the AcroForm.
- setXyz(FitObject) - Method in class com.itextpdf.forms.xfdf.DestObject
-
Sets the XYZ element, a child of the Dest element.
- setZoom(float) - Method in class com.itextpdf.forms.xfdf.FitObject
-
Sets a float representing the zoom ratio.
- SharpenConfigMapping - Class in com.itextpdf.forms
-
- SharpenConfigMapping() - Constructor for class com.itextpdf.forms.SharpenConfigMapping
-
- SIGNATURE_EXIST - Static variable in class com.itextpdf.forms.PdfAcroForm
-
- SignatureAppearanceRenderer - Class in com.itextpdf.forms.form.renderer
-
- SignatureAppearanceRenderer(SignatureFieldAppearance) - Constructor for class com.itextpdf.forms.form.renderer.SignatureAppearanceRenderer
-
- SignatureFieldAppearance - Class in com.itextpdf.forms.form.element
-
Extension of the
FormField class representing a signature field in PDF.
- SignatureFieldAppearance(String) - Constructor for class com.itextpdf.forms.form.element.SignatureFieldAppearance
-
- SignatureFormFieldBuilder - Class in com.itextpdf.forms.fields
-
Builder for signature form field.
- SignatureFormFieldBuilder(PdfDocument, String) - Constructor for class com.itextpdf.forms.fields.SignatureFormFieldBuilder
-
- SignedAppearanceText - Class in com.itextpdf.forms.fields.properties
-
Class representing the signature text identifying the signer.
- SignedAppearanceText() - Constructor for class com.itextpdf.forms.fields.properties.SignedAppearanceText
-
- SOUND - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- square - Static variable in class com.itextpdf.forms.util.DrawingUtil
-
- SQUARE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- SQUIGGLY - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- STAMP - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- star - Static variable in class com.itextpdf.forms.util.DrawingUtil
-
- START - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- STATE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- STATE_MODEL - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- STRIKEOUT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- STYLE - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-
- SUBJECT - Static variable in class com.itextpdf.forms.xfdf.XfdfConstants
-