Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare) |
Finds a link.
|
PDFLink |
PDFFactory.makeLink(java.awt.geom.Rectangle2D rect,
java.lang.String destination,
int linkType,
float yoffset) |
Make a
PDFLink object |
PDFLink |
PDFFactory.makeLink(java.awt.geom.Rectangle2D rect,
java.lang.String page,
java.lang.String dest) |
Make an internal link.
|
PDFLink |
PDFFactory.makeLink(java.awt.geom.Rectangle2D rect,
PDFAction pdfAction) |
Create a PDF link to an existing PDFAction object
|
Modifier and Type | Method | Description |
---|---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare) |
Finds a link.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.