Generated by
JDiff

com.itextpdf.forms.fields Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.forms.fields as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class PdfFormField, PdfChoiceFormField createChoice(PdfDocument, Rectangle, String, String, PdfArray, int, PdfFont, PdfAConformanceLevel)

Creates a choice form field with custom behavior and layout, on a specified location. @param doc the PdfDocument to create the choice field in @param rect the location on the page for the choice field @param name the name of the form field @param value the initial value @param options an array of PdfString objects that each represent the 'on' state of one of the choices. @param flags an int, containing a set of binary behavioral flags. Do binary OR on this int to set the flags you require. @param font font the desired font to be used when displaying the text @param pdfAConformanceLevel the PdfAConformanceLevel of the document. {@code} null if it's no PDF/A document @return a new PdfChoiceFormField
Class PdfFormField, PdfChoiceFormField createComboBox(PdfDocument, Rectangle, String, String, String[], PdfFont, PdfAConformanceLevel)

Creates a combobox with custom behavior and layout, on a specified location. @param doc the PdfDocument to create the combobox in @param rect the location on the page for the combobox @param name the name of the form field @param value the initial value @param options an array of Strings which will be converted to a PdfArray. @param font font the desired font to be used when displaying the text @param pdfAConformanceLevel the PdfAConformanceLevel of the document. {@code} null if it's no PDF/A document @return a new PdfChoiceFormField as a combobox
Class PdfFormField, PdfChoiceFormField createComboBox(PdfDocument, Rectangle, String, String, String[][], PdfFont, PdfAConformanceLevel)

Creates a combobox with custom behavior and layout, on a specified location. @param doc the PdfDocument to create the combobox in @param rect the location on the page for the combobox @param name the name of the form field @param value the initial value @param options a two-dimensional array of Strings which will be converted to a PdfArray. @param font font the desired font to be used when displaying the text @param pdfAConformanceLevel the PdfAConformanceLevel of the document. {@code} null if it's no PDF/A document @return a new PdfChoiceFormField as a combobox
Class PdfFormField, PdfChoiceFormField createList(PdfDocument, Rectangle, String, String, String[], PdfFont, PdfAConformanceLevel)

Creates a list field with custom behavior and layout, on a specified location. @param doc the PdfDocument to create the list field in @param rect the location on the page for the list field @param name the name of the form field @param value the initial value @param options an array of Strings which will be converted to a PdfArray. @param font font the desired font to be used when displaying the text @param pdfAConformanceLevel the PdfAConformanceLevel of the document. {@code} null if it's no PDF/A document @return a new PdfChoiceFormField as a list field
Class PdfFormField, PdfChoiceFormField createList(PdfDocument, Rectangle, String, String, String[][], PdfFont, PdfAConformanceLevel)

Creates a list field with custom behavior and layout, on a specified location. @param doc the PdfDocument to create the choice field in @param rect the location on the page for the choice field @param name the name of the form field @param value the initial value @param options a two-dimensional array of Strings which will be converted to a PdfArray. @param font font the desired font to be used when displaying the text @param pdfAConformanceLevel the PdfAConformanceLevel of the document. {@code} null if it's no PDF/A document @return a new PdfChoiceFormField as a list field
Class PdfFormField, PdfTextFormField createText(PdfDocument, PdfAConformanceLevel)

Creates an empty text form field. @param doc the PdfDocument to create the text field in @param pdfAConformanceLevel pdfAConformanceLevel the desired PdfAConformanceLevel of the field. Must match the conformance level of the PdfDocument this field will eventually be added into @return a new PdfTextFormField
Class PdfFormField, void drawPdfA1CheckAppearance(float, float, String, int)

@deprecated use .drawPdfA2CheckAppearance(float, float, String, int) instead. @param width width width of the checkbox @param height height height of the checkbox @param selectedValue selectedValue the selected value of the checkbox which determines the appearance of the checkbox @param checkType the type that determines how the checkbox will look like. Allowed values are {@value TYPE_CHECK}, {@value TYPE_CIRCLE}, {@value TYPE_CROSS}, {@value TYPE_DIAMOND}, {@value TYPE_SQUARE}, {@value TYPE_STAR}
Class PdfFormField, PdfName getFormType()

Returns the type of the Parent parent form field, or of the wrapped object. @return the form type, as a PdfName