public enum StiWebViewMode extends java.lang.Enum<StiWebViewMode>
| Enum Constant and Description |
|---|
Continuous |
MultiplePages |
OnePage
Deprecated.
This value is obsolete. It will be removed in next versions. Please use the
SinglePage value instead.
|
SinglePage |
WholeReport
Deprecated.
This value is obsolete. It will be removed in next versions. Please use the
MultiplePages value instead.
|
| Modifier and Type | Method and Description |
|---|---|
static StiWebViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiWebViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiWebViewMode SinglePage
public static final StiWebViewMode Continuous
public static final StiWebViewMode MultiplePages
public static final StiWebViewMode OnePage
public static final StiWebViewMode WholeReport
public static StiWebViewMode[] values()
for (StiWebViewMode c : StiWebViewMode.values()) System.out.println(c);
public static StiWebViewMode 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.