PdfCircleAnnotation |
PdfCircleAnnotation.setBorderEffect(PdfDictionary borderEffect) |
Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.
|
PdfCircleAnnotation |
PdfCircleAnnotation.setBorderStyle(PdfDictionary borderStyle) |
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfCircleAnnotation |
PdfCircleAnnotation.setBorderStyle(PdfName style) |
Setter for the annotation's preset border style.
|
PdfCircleAnnotation |
PdfCircleAnnotation.setDashPattern(PdfArray dashPattern) |
Setter for the annotation's preset dashed border style.
|
PdfCircleAnnotation |
PdfCircleAnnotation.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 ellipse.
|
PdfCircleAnnotation |
PdfCircleAnnotation.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 ellipse.
|
PdfCircleAnnotation |
PdfCircleAnnotation.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 circle.
|