public enum ParserEmulationProfile extends Enum<ParserEmulationProfile> implements com.vladsch.flexmark.util.options.MutableDataSetter
| Enum Constant and Description |
|---|
COMMONMARK |
COMMONMARK_0_26 |
COMMONMARK_0_27 |
COMMONMARK_0_28 |
FIXED_INDENT |
GITHUB |
GITHUB_DOC |
KRAMDOWN |
MARKDOWN |
MULTI_MARKDOWN |
PEGDOWN |
PEGDOWN_STRICT |
| Modifier and Type | Field and Description |
|---|---|
ParserEmulationProfile |
family |
| Modifier and Type | Method and Description |
|---|---|
MutableListOptions |
getOptions() |
com.vladsch.flexmark.util.options.MutableDataHolder |
getProfileOptions() |
com.vladsch.flexmark.util.options.MutableDataHolder |
setIn(com.vladsch.flexmark.util.options.MutableDataHolder dataHolder) |
static ParserEmulationProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserEmulationProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserEmulationProfile COMMONMARK
public static final ParserEmulationProfile COMMONMARK_0_26
public static final ParserEmulationProfile COMMONMARK_0_27
public static final ParserEmulationProfile COMMONMARK_0_28
public static final ParserEmulationProfile FIXED_INDENT
public static final ParserEmulationProfile KRAMDOWN
public static final ParserEmulationProfile MARKDOWN
public static final ParserEmulationProfile GITHUB_DOC
public static final ParserEmulationProfile GITHUB
public static final ParserEmulationProfile MULTI_MARKDOWN
public static final ParserEmulationProfile PEGDOWN
public static final ParserEmulationProfile PEGDOWN_STRICT
public final ParserEmulationProfile family
public static ParserEmulationProfile[] values()
for (ParserEmulationProfile c : ParserEmulationProfile.values()) System.out.println(c);
public static ParserEmulationProfile 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 com.vladsch.flexmark.util.options.MutableDataHolder getProfileOptions()
public MutableListOptions getOptions()
public com.vladsch.flexmark.util.options.MutableDataHolder setIn(com.vladsch.flexmark.util.options.MutableDataHolder dataHolder)
setIn in interface com.vladsch.flexmark.util.options.MutableDataSetterCopyright © 2018. All rights reserved.