Uses of Enum Class
com.vladsch.flexmark.html2md.converter.LinkConversion
Packages that use LinkConversion
-
Uses of LinkConversion in com.vladsch.flexmark.html2md.converter
Subclasses with type arguments of type LinkConversion in com.vladsch.flexmark.html2md.converterFields in com.vladsch.flexmark.html2md.converter declared as LinkConversionModifier and TypeFieldDescriptionHtmlConverterOptions.extInlineImageHtmlConverterOptions.extInlineLinkFields in com.vladsch.flexmark.html2md.converter with type parameters of type LinkConversionModifier and TypeFieldDescriptionstatic final DataKey<LinkConversion> FlexmarkHtmlConverter.EXT_INLINE_IMAGEstatic final DataKey<LinkConversion> FlexmarkHtmlConverter.EXT_INLINE_LINKMethods in com.vladsch.flexmark.html2md.converter that return LinkConversionModifier and TypeMethodDescriptionstatic LinkConversionReturns 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.