Public Member Functions | |
PDFAnnot (int l, int b, int r, int t, String s) | |
PDFAnnot (int l, int b, int r, int t, PDFObject dest) | |
PDFAnnot (int l, int b, int r, int t, PDFObject dest, int fl, int fb, int fr, int ft) | |
void | setBorder (short style, double width) |
void | setBorder (double width, double dash[]) |
void | write (OutputStream os) throws IOException |
Static Public Attributes | |
final short | SOLID = 0 |
final short | DASHED = 1 |
final short | BEVELED = 2 |
final short | INSET = 3 |
final short | UNDERLINED = 4 |
Protected Member Functions | |
PDFAnnot (String s, int l, int b, int r, int t) |
Peter T Mount, http://www.retep.org.uk/pdf/
|
This is used to create an annotation.
|
|
Creates a text annotation
|
|
Creates a link annotation
|
|
Creates a link annotation
|
|
Sets the border for the annotation. Unlike the other method, this produces a dashed border. Important: the annotation must have been added to the document before this is used. If the annotation was created using the methods in PDFPage, then the annotation is already in the document.
|
|
Sets the border for the annotation. By default, no border is defined. If the style is DASHED, then this method uses PDF's default dash scheme {3} Important: the annotation must have been added to the document before this is used. If the annotation was created using the methods in PDFPage, then the annotation is already in the document.
|
|
Should this be public??
Implements gnu::jpdf::PDFObject. |
|
The border is drawn in a beveled style (faux three-dimensional) such that it looks as if it is pushed out of the page (opposite of INSET) |
|
The border is drawn with a dashed line. |
|
The border is drawn in an inset style (faux three-dimensional) such that it looks as if it is inset into the page (opposite of BEVELED) |
|
Solid border. The border is drawn as a solid line. |
|
The border is drawn as a line on the bottom of the annotation rectangle |