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(String idRef,
Object goToRef)
Make a named destination.
|
Modifier and Type | Method and Description |
---|---|
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 © 2025 Apache Software Foundation. All rights reserved.