public static enum MarkdownExportOptions.ExportTypeEnum extends Enum<MarkdownExportOptions.ExportTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownExportOptions.ExportTypeEnum.Adapter |
| Enum Constant and Description |
|---|
SEQUENTIAL |
TEXTONLY |
VISUAL |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownExportOptions.ExportTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MarkdownExportOptions.ExportTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownExportOptions.ExportTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkdownExportOptions.ExportTypeEnum SEQUENTIAL
public static final MarkdownExportOptions.ExportTypeEnum TEXTONLY
public static final MarkdownExportOptions.ExportTypeEnum VISUAL
public static MarkdownExportOptions.ExportTypeEnum[] values()
for (MarkdownExportOptions.ExportTypeEnum c : MarkdownExportOptions.ExportTypeEnum.values()) System.out.println(c);
public static MarkdownExportOptions.ExportTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<MarkdownExportOptions.ExportTypeEnum>public static MarkdownExportOptions.ExportTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.