static PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.createPolygon(Rectangle rect,
float[] vertices) |
|
static PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.createPolyLine(Rectangle rect,
float[] vertices) |
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setBorderEffect(PdfDictionary borderEffect) |
Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setBorderStyle(PdfDictionary borderStyle) |
Sets border style dictionary that has more settings than the array specified for the Border entry ( PdfAnnotation.getBorder() ).
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setBorderStyle(PdfName style) |
Setter for the annotation's preset border style.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setDashPattern(PdfArray dashPattern) |
Setter for the annotation's preset dashed border style.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.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 line endings.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.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 line endings.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setLineEndingStyles(PdfArray lineEndingStyles) |
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setMeasure(PdfDictionary measure) |
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setPath(PdfArray path) |
PDF 2.0.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setVertices(float[] vertices) |
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setVertices(PdfArray vertices) |
|