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.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
Modifier and Type | Method | Description |
---|---|---|
protected PDPageDestination |
PDDestinationNameTreeNode.convertCOSToPD(COSBase base) |
|
PDPageDestination |
PDDocumentCatalog.findNamedDestinationPage(PDNamedDestination namedDest) |
Find the page destination from a named destination.
|
Modifier and Type | Method | Description |
---|---|---|
protected PDNameTreeNode<PDPageDestination> |
PDDestinationNameTreeNode.createChildNode(COSDictionary dic) |
Modifier and Type | Class | Description |
---|---|---|
class |
PDPageFitDestination |
This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
class |
PDPageFitHeightDestination |
This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
class |
PDPageFitRectangleDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageFitWidthDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageXYZDestination |
This represents a destination to a page at an x,y coordinate with a zoom setting.
|
Copyright © 2002–2018. All rights reserved.