public enum StiHtmlExportMode extends java.lang.Enum<StiHtmlExportMode>
| Enum Constant and Description |
|---|
Div
A div tag of the HTML will be used for the exporting of the rendered document.
|
Span
A span tag of the HTML will be used for the exporting of the rendered document.
|
Table
A table tag of the HTML will be used for the exporting of the rendered document.
|
| Modifier and Type | Method and Description |
|---|---|
static StiHtmlExportMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiHtmlExportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiHtmlExportMode Span
public static final StiHtmlExportMode Div
public static final StiHtmlExportMode Table
public static StiHtmlExportMode[] values()
for (StiHtmlExportMode c : StiHtmlExportMode.values()) System.out.println(c);
public static StiHtmlExportMode 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.