public enum StiPageViewMode extends java.lang.Enum<StiPageViewMode>
| Enum Constant and Description |
|---|
Continuous |
MultiplePages |
SinglePage |
| Modifier and Type | Method and Description |
|---|---|
static StiPageViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPageViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPageViewMode SinglePage
public static final StiPageViewMode Continuous
public static final StiPageViewMode MultiplePages
public static StiPageViewMode[] values()
for (StiPageViewMode c : StiPageViewMode.values()) System.out.println(c);
public static StiPageViewMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.