| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.interactive.action | |
| org.sejda.sambox.pdmodel.interactive.annotation | |
| org.sejda.sambox.pdmodel.interactive.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
| org.sejda.sambox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
| Modifier and Type | Method and Description |
|---|---|
PDDestination |
PDDocumentNameDestinationDictionary.getDestination(String name)
Returns the destination corresponding to the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
PDDestination |
PDActionEmbeddedGoTo.getDestination()
This will get the destination to jump to.
|
PDDestination |
PDActionGoTo.getDestination()
This will get the destination to jump to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDActionEmbeddedGoTo.setDestination(PDDestination d)
This will set the destination to jump to.
|
void |
PDActionGoTo.setDestination(PDDestination d)
This will set the destination to jump to.
|
| Modifier and Type | Method and Description |
|---|---|
PDDestination |
PDAnnotationLink.getDestination()
Get the destination to be displayed when the annotation is activated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAnnotationLink.setDestination(PDDestination dest)
The new destination value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDNamedDestination
This represents a destination to a page by referencing it with a name.
|
class |
PDPageDestination
This represents a destination to a page, see subclasses for specific parameters.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static PDDestination |
PDDestination.create(COSBase base)
This will create a new destination depending on the type of COSBase that is passed in.
|
| Modifier and Type | Method and Description |
|---|---|
PDDestination |
PDOutlineItem.getDestination()
Get the page destination of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDOutlineItem.setDestination(PDDestination dest)
Set the page destination for this node.
|
Copyright © 2019 sejda. All rights reserved.