Generated by
JDiff

com.itextpdf.kernel.pdf.annot Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.annot 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 PdfLinkAnnotation, PdfDictionary getBorderStyle()

BS entry specifies a border style dictionary that has more settings than the array specified for the Border entry (see PdfAnnotation.getBorder()). If an annotation dictionary includes the BS entry, then the Border entry is ignored. If annotation includes AP (see PdfAnnotation.getAppearanceDictionary()) it takes precedence over the BS entry. For more info on BS entry see ISO-320001, Table 166. @return PdfDictionary which is a border style dictionary or null if it is not specified.
Class PdfLinkAnnotation, PdfLinkAnnotation setBorderStyle(PdfDictionary)

Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()). See ISO-320001, Table 166 and .getBorderStyle() for more info. @param borderStyle a border style dictionary specifying the line width and dash pattern that shall be used in drawing the annotation#s border. @return this PdfLinkAnnotation instance.
Class PdfLinkAnnotation, PdfLinkAnnotation setBorderStyle(PdfName)

Setter for the annotation's preset border style. Possible values are See also ISO-320001, Table 166. @param style The new value for the annotation's border style. @return this PdfLinkAnnotation instance. @see #getBorderStyle()
Class PdfLinkAnnotation, PdfLinkAnnotation setDashPattern(PdfArray)

Setter for the annotation's preset dashed border style. This property has affect only if PdfAnnotation.STYLE_DASHED style was used for the annotation border style (see .setBorderStyle(PdfName). See ISO-320001 8.4.3.6, "Line Dash Pattern" for the format in which dash pattern shall be specified. @param dashPattern a dash array defining a pattern of dashes and gaps that shall be used in drawing a dashed border. @return this PdfLinkAnnotation instance.