| Modifier and Type | Field and Description |
|---|---|
LinkConversion |
HtmlParserOptions.extInlineImage |
LinkConversion |
HtmlParserOptions.extInlineLink |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<LinkConversion> |
FlexmarkHtmlParser.EXT_INLINE_IMAGE |
static com.vladsch.flexmark.util.options.DataKey<LinkConversion> |
FlexmarkHtmlParser.EXT_INLINE_LINK |
| Modifier and Type | Method and Description |
|---|---|
static LinkConversion |
LinkConversion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkConversion[] |
LinkConversion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.