Uses of Enum Class
com.vladsch.flexmark.html2md.converter.LinkConversion
Packages that use LinkConversion
-
Uses of LinkConversion in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as LinkConversionModifier and TypeFieldDescriptionHtmlConverterOptions.extInlineImage
HtmlConverterOptions.extInlineLink
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type LinkConversionModifier and TypeFieldDescriptionstatic final DataKey
<LinkConversion> FlexmarkHtmlConverter.EXT_INLINE_IMAGE
static final DataKey
<LinkConversion> FlexmarkHtmlConverter.EXT_INLINE_LINK
Methods in com.vladsch.flexmark.html2md.converter that return LinkConversionModifier and TypeMethodDescriptionstatic LinkConversion
Returns the enum constant of this class with the specified name.static LinkConversion[]
LinkConversion.values()
Returns an array containing the constants of this enum class, in the order they are declared.