public static final class Configuration.PageOrder extends Enum
An enum containing pre-defined page orders.
Modifier and Type | Field and Description |
---|---|
static Configuration.PageOrder |
BOOKLET
Page order mode to arrange all pages in booklet order.
|
static Configuration.PageOrder |
BOOKLET_RTL
Page order mode to arrange all pages in right-to-left booklet order.
|
static Configuration.PageOrder |
EVEN
Page order mode to keep even pages only.
|
static Configuration.PageOrder |
ODD
Page order mode to keep odd pages only.
|
static Configuration.PageOrder |
REVERSE
Page order mode to reverse the page order.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Configuration.PageOrder |
valueOf(String name) |
static Configuration.PageOrder[] |
values() |
public static final Configuration.PageOrder BOOKLET
Page order mode to arrange all pages in booklet order.
public static final Configuration.PageOrder BOOKLET_RTL
Page order mode to arrange all pages in right-to-left booklet order.
public static final Configuration.PageOrder EVEN
Page order mode to keep even pages only.
public static final Configuration.PageOrder ODD
Page order mode to keep odd pages only.
public static final Configuration.PageOrder REVERSE
Page order mode to reverse the page order.
public static Configuration.PageOrder[] values()
public static Configuration.PageOrder valueOf(String name)
public String getValue()
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.