Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
protected PDFDestination |
PDFDocument.findDestination(PDFDestination compare)
Finds a named destination.
|
protected PDFDestination |
PDFFactory.getUniqueDestination(PDFDestination newdest)
Registers and returns newdest if it is unique.
|
PDFDestination |
PDFFactory.makeDestination(java.lang.String idRef,
java.lang.Object goToRef)
Make a named destination.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PDFDestination> |
PDFDocument.getDestinationList()
Gets the list of named destinations.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.addDestination(PDFDestination destination)
Adds a destination to the document.
|
protected PDFDestination |
PDFDocument.findDestination(PDFDestination compare)
Finds a named destination.
|
protected PDFDestination |
PDFFactory.getUniqueDestination(PDFDestination newdest)
Registers and returns newdest if it is unique.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.