|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.forms.fieldsas colored differences. Deletions are shownlike 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.
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 anClass PdfFormField, PdfChoiceFormField createComboBox(PdfDocument, Rectangle, String, String, String[], PdfFont, PdfAConformanceLevel)int, containing a set of binary behavioral flags. Do binaryORon thisintto set the flags you require. @paramfontfont 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
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. @paramClass PdfFormField, PdfChoiceFormField createComboBox(PdfDocument, Rectangle, String, String, String[][], PdfFont, PdfAConformanceLevel)fontfont 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
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. @paramClass PdfFormField, PdfChoiceFormField createList(PdfDocument, Rectangle, String, String, String[], PdfFont, PdfAConformanceLevel)fontfont 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
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. @paramClass PdfFormField, PdfChoiceFormField createList(PdfDocument, Rectangle, String, String, String[][], PdfFont, PdfAConformanceLevel)fontfont 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
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. @paramClass PdfFormField, PdfTextFormField createText(PdfDocument, PdfAConformanceLevel)fontfont 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
Creates an empty text form field. @param doc the PdfDocument to create the text field in @paramClass PdfFormField, void drawPdfA1CheckAppearance(float, float, String, int)pdfAConformanceLevelpdfAConformanceLevel 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
@deprecated use .drawPdfA2CheckAppearance(float, float, String, int) instead. @paramClass PdfFormField, PdfName getFormType()widthwidth width of the checkbox @paramheightheight height of the checkbox @paramselectedValueselectedValue 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}
Returns the type of theParentparent form field, or of the wrappedobject. @return the form type, as a PdfName