|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFDestination | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFDestination in org.foray.pdf.object |
---|
Methods in org.foray.pdf.object that return PDFDestination | |
---|---|
PDFDestination |
PDFPage.createDestination(float xPosition,
float yPosition)
|
Methods in org.foray.pdf.object that return types with arguments of type PDFDestination | |
---|---|
PDFNameTree<PDFDestination> |
PDFRoot.getDestinations()
Returns the destinations in this document. |
Methods in org.foray.pdf.object with parameters of type PDFDestination | |
---|---|
void |
PDFDocument.addNamedDestination(String name,
PDFDestination destination)
Add a named destination to this document. |
Constructors in org.foray.pdf.object with parameters of type PDFDestination | |
---|---|
PDFGoTo(PDFDocument doc,
PDFDestination destination)
Create a /GoTo object. |
|
PDFLink(PDFPage page,
Rectangle2D rect,
PDFDestination destination)
Constructor for a link to a named destination. |
|
PDFOutlineItem(PDFDocument doc,
PDFOutlineParent parent,
String title,
PDFDestination destination,
Color color,
boolean italic,
boolean bold)
Constructor to access a named destination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |