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