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_CAPTIONDeprecated. -
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_CAPTIONDeprecated. -
Uses of TableCaptionHandling in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCaptionHandlingModifier and TypeFieldDescriptionfinal TableCaptionHandlingTableFormatOptions.formatTableCaptionFields 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
Subclasses with type arguments of type TableCaptionHandling in com.vladsch.flexmark.util.format.optionsMethods in com.vladsch.flexmark.util.format.options that return TableCaptionHandlingModifier and TypeMethodDescriptionstatic TableCaptionHandlingReturns 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.