public enum StiPrintOnType extends java.lang.Enum<StiPrintOnType>
| Enum Constant and Description |
|---|
AllPages |
ExceptFirstAndLastPage |
ExceptFirstPage |
ExceptLastPage |
OnlyFirstAndLastPage |
OnlyFirstPage |
OnlyLastPage |
| Modifier and Type | Method and Description |
|---|---|
static StiPrintOnType |
forValue(int value) |
int |
getValue() |
static StiPrintOnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPrintOnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPrintOnType AllPages
public static final StiPrintOnType ExceptFirstPage
public static final StiPrintOnType ExceptLastPage
public static final StiPrintOnType ExceptFirstAndLastPage
public static final StiPrintOnType OnlyFirstPage
public static final StiPrintOnType OnlyLastPage
public static final StiPrintOnType OnlyFirstAndLastPage
public static StiPrintOnType[] values()
for (StiPrintOnType c : StiPrintOnType.values()) System.out.println(c);
public static StiPrintOnType 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 nullpublic int getValue()
public static StiPrintOnType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.