|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.forms.form.rendereras 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.
Applies the accessibility properties to the form field. @param formFieldThethe form field to which the accessibility properties should beapplied.applied @param pdfDocumentThethe document to which the form field belongs.
Applies the accessibility properties to the form field. @param formFieldClass AbstractSelectFieldRenderer, PdfConformance getConformance(PdfDocument)Thethe form field to which the accessibility properties should beapplied.applied @param pdfDocumentThethe document to which the form field belongs.
Gets the conformance. If the conformance is not set, the conformance of the document is used. @param document theClass AbstractSelectFieldRenderer, float getFinalSelectFieldHeight(float, float, boolean)documentdocument @return the conformance or null if the conformance is not set.
Returns final height of the select field. @param availableHeight available height of the layout area @param actualHeight actual occupied height of the select field @param isClippedHeight indicates whether the layout area's height is clipped orClass AbstractSelectFieldRenderer, Listnotnot @return final height of the select field.
Gets options that are marked as selected from the select field options subtree. @param optionsSubTree options subtree to get selectedoptionsoptions @return selected options list.
Applies given paddings to the given rectangle.Checkboxes don't support setting of paddings as they are always centered. So that this method returns the rectangle as is. @param rect a rectangle paddings will be applied on. @param paddings the paddings to be applied on the given rectangle @param reverse indicates whether paddings will be applied inside (in case of false) or outside (in case of true) the rectangle. @return The rectangle NOT modified by the paddings.