Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
protected PDFGoTo |
PDFDocument.findGoTo(PDFGoTo compare)
Finds a goto.
|
PDFGoTo |
PDFFactory.getPDFGoTo(java.lang.String pdfPageRef,
java.awt.geom.Point2D position)
Finds and returns a PDFGoTo to the given page and position.
|
Modifier and Type | Method and Description |
---|---|
protected PDFGoTo |
PDFDocument.findGoTo(PDFGoTo compare)
Finds a goto.
|
Modifier and Type | Method and Description |
---|---|
protected PDFGoTo |
PDFRenderer.getPDFGoToForID(java.lang.String targetID,
java.lang.String pvKey)
Get a PDFGoTo pointing to the given id.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFRenderer.finishIDGoTo(PDFGoTo gt,
java.awt.geom.Point2D.Float position)
Set XY position in the PDFGoTo and add it to the PDF trailer.
|
protected void |
PDFRenderer.finishIDGoTo(PDFGoTo gt,
java.lang.String pdfPageRef,
java.awt.geom.Point2D.Float position)
Set page reference and XY position in the PDFGoTo and add it to the PDF trailer.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.