Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.interactive.action |
This package represents actions that can be performed in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
PDPageDestination |
PDDocumentCatalog.findNamedDestinationPage(PDNamedDestination namedDest)
Find the page destination from a named destination.
|
Modifier and Type | Method and Description |
---|---|
PDNamedDestination |
PDTargetDirectory.getNamedDestination()
If the value in the /P entry is a string, this will get a named destination in the current
document that provides the page number of the file attachment annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
PDTargetDirectory.setNamedDestination(PDNamedDestination dest)
This will set a named destination in the current document that provides the page number of
the file attachment annotation.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.