public static enum PreviewPage.PreviewPageAlignment extends Enum<PreviewPage.PreviewPageAlignment>
| Modifier and Type | Method and Description |
|---|---|
static PreviewPage.PreviewPageAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewPage.PreviewPageAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreviewPage.PreviewPageAlignment NEUTRAL
public static final PreviewPage.PreviewPageAlignment LEFT
public static final PreviewPage.PreviewPageAlignment RIGHT
public static PreviewPage.PreviewPageAlignment[] values()
for (PreviewPage.PreviewPageAlignment c : PreviewPage.PreviewPageAlignment.values()) System.out.println(c);
public static PreviewPage.PreviewPageAlignment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 SAP SE. All Rights Reserved.