Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare)
Finds a link.
|
PDFLink |
PDFFactory.makeLink(java.awt.geom.Rectangle2D rect,
PDFAction pdfAction)
Create a PDF link to an existing PDFAction object
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected PDFLink |
PDFDocument.findLink(PDFLink compare)
Finds a link.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.