Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
Modifier and Type | Method | Description |
---|---|---|
static PDTransitionDimension |
PDTransitionDimension.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PDTransitionDimension[] |
PDTransitionDimension.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDTransition.setDimension(PDTransitionDimension dimension) |
Sets the dimension in which the specified transition effect shall occur.
|
Copyright © 2002–2018. All rights reserved.