| Package | Description |
|---|---|
| org.sejda.model.pdf.transition |
| Modifier and Type | Method and Description |
|---|---|
PdfPageTransitionStyle |
PdfPageTransition.getStyle() |
static PdfPageTransitionStyle |
PdfPageTransitionStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfPageTransitionStyle[] |
PdfPageTransitionStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfPageTransition |
PdfPageTransition.newInstance(PdfPageTransitionStyle style,
int transitionDuration,
int displayDuration)
Creates a new
PdfPageTransition instance. |
Copyright © 2015. All Rights Reserved.