Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
Modifier and Type | Method and Description |
---|---|
static PDTransitionStyle |
PDTransitionStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDTransitionStyle[] |
PDTransitionStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PDTransition(PDTransitionStyle style)
creates a new transition with the given style.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.