PdfSquareAnnotation |
PdfSquareAnnotation.setBorderEffect(PdfDictionary borderEffect) |
Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setBorderStyle(PdfDictionary borderStyle) |
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfSquareAnnotation |
PdfSquareAnnotation.setBorderStyle(PdfName style) |
Setter for the annotation's preset border style.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setDashPattern(PdfArray dashPattern) |
Setter for the annotation's preset dashed border style.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setInteriorColor(float[] interiorColor) |
An array of numbers in the range 0.0 to 1.0 specifying the interior color
which is used to fill the annotation's rectangle.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setInteriorColor(PdfArray interiorColor) |
An array of numbers in the range 0.0 to 1.0 specifying the interior color
which is used to fill the annotation's rectangle.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setRectangleDifferences(PdfArray rect) |
A set of four numbers describing the numerical differences between two rectangles:
the Rect entry of the annotation and the actual boundaries of the underlying square.
|