public enum StiRtfExportMode extends java.lang.Enum<StiRtfExportMode>
| Enum Constant and Description |
|---|
Frame |
TabbedText |
Table |
WinWord |
| Modifier and Type | Method and Description |
|---|---|
static StiRtfExportMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRtfExportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRtfExportMode Table
public static final StiRtfExportMode Frame
public static final StiRtfExportMode WinWord
public static final StiRtfExportMode TabbedText
public static StiRtfExportMode[] values()
for (StiRtfExportMode c : StiRtfExportMode.values()) System.out.println(c);
public static StiRtfExportMode 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.