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