| Modifier and Type | Method and Description |
|---|---|
PageMode |
Document.getPageMode()
The PageMode of the PDF document.
|
static PageMode |
PageMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageMode[] |
PageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setPageMode(PageMode pagemode)
The PageMode of the PDF document.
|