Uses of Enum Class
com.vladsch.flexmark.util.format.options.TableCaptionHandling
Packages that use TableCaptionHandling
Package
Description
-
Uses of TableCaptionHandling in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables with type parameters of type TableCaptionHandlingModifier and TypeFieldDescriptionstatic final DataKey
<TableCaptionHandling> TablesExtension.FORMAT_TABLE_CAPTION
-
Uses of TableCaptionHandling in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type TableCaptionHandlingModifier and TypeFieldDescriptionstatic final DataKey
<TableCaptionHandling> Formatter.FORMAT_TABLE_CAPTION
Deprecated. -
Uses of TableCaptionHandling in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type TableCaptionHandlingModifier and TypeFieldDescriptionstatic final DataKey
<TableCaptionHandling> FlexmarkHtmlConverter.TABLE_CAPTION
Deprecated. -
Uses of TableCaptionHandling in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCaptionHandlingModifier and TypeFieldDescriptionfinal TableCaptionHandling
TableFormatOptions.formatTableCaption
Fields in com.vladsch.flexmark.util.format with type parameters of type TableCaptionHandlingModifier and TypeFieldDescriptionstatic final DataKey
<TableCaptionHandling> TableFormatOptions.FORMAT_TABLE_CAPTION
-
Uses of TableCaptionHandling in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return TableCaptionHandlingModifier and TypeMethodDescriptionstatic TableCaptionHandling
Returns the enum constant of this class with the specified name.static TableCaptionHandling[]
TableCaptionHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.