Generated by
JDiff

com.itextpdf.forms.form.renderer Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.forms.form.renderer 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 AbstractFormFieldRenderer, void applyAccessibilityProperties(PdfFormField, PdfDocument)

Applies the accessibility properties to the form field. @param formField The the form field to which the accessibility properties should be applied. applied @param pdfDocument The the document to which the form field belongs .

Class AbstractSelectFieldRenderer, void applyAccessibilityProperties(PdfFormField, PdfDocument)

Applies the accessibility properties to the form field. @param formField The the form field to which the accessibility properties should be applied. applied @param pdfDocument The the document to which the form field belongs .
Class AbstractSelectFieldRenderer, PdfConformance getConformance(PdfDocument)

Gets the conformance. If the conformance is not set, the conformance of the document is used. @param document the document document @return the conformance or null if the conformance is not set.
Class AbstractSelectFieldRenderer, float getFinalSelectFieldHeight(float, float, boolean)

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 or not not @return final height of the select field.
Class AbstractSelectFieldRenderer, List getOptionsMarkedSelected(IRenderer)

Gets options that are marked as selected from the select field options subtree. @param optionsSubTree options subtree to get selected options options @return selected options list.

Class CheckBoxRenderer, Rectangle applyPaddings(Rectangle, UnitValue[], boolean)

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.