Modifier and Type | Method and Description |
---|---|
PDFAnnot |
PDFPage.addLink(int x,
int y,
int w,
int h,
PDFObject dest)
Adds a hyperlink to the document.
|
PDFAnnot |
PDFPage.addLink(int x,
int y,
int w,
int h,
PDFObject dest,
int vx,
int vy,
int vw,
int vh)
Adds a hyperlink to the document.
|
PDFAnnot |
PDFPage.addNote(String note,
int x,
int y,
int w,
int h)
This method adds a text note to the document.
|