public static enum MarkdownExportOptions.NewLineTypeEnum extends Enum<MarkdownExportOptions.NewLineTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownExportOptions.NewLineTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static MarkdownExportOptions.NewLineTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MarkdownExportOptions.NewLineTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkdownExportOptions.NewLineTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkdownExportOptions.NewLineTypeEnum WINDOWS
public static final MarkdownExportOptions.NewLineTypeEnum UNIX
public static final MarkdownExportOptions.NewLineTypeEnum MAC
public static MarkdownExportOptions.NewLineTypeEnum[] values()
for (MarkdownExportOptions.NewLineTypeEnum c : MarkdownExportOptions.NewLineTypeEnum.values()) System.out.println(c);
public static MarkdownExportOptions.NewLineTypeEnum 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.NewLineTypeEnum>public static MarkdownExportOptions.NewLineTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.