org.apache.fop.pdf
Class PDFDestination
java.lang.Object
org.apache.fop.pdf.PDFDestination
public class PDFDestination
- extends Object
This represents a single destination object in a PDF. Destinations allow
specific locations within a PDF document to be referenced by other PDF
documents (e.g. to link to a location within a document.)
- Author:
- Stefan Wachter (based on work by Lloyd McKenzie)
Method Summary |
protected String |
toPDF()
Represent the object in PDF. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFDestination
public PDFDestination(IDReferences idReferences,
String destinationName,
String internalDestination)
- Parameters:
idReferences
- the id nodes container that is used to resolve the
internal destinationdestinationName
- the name under which this destination is referencedinternalDestination
- the internal destination that is referenced
toPDF
protected String toPDF()
- Represent the object in PDF. Outputs a key/value pair in a name tree structure.
The key is the destination name the value is an array addressing the corresponding
page/position.
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.