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