Uses of Class
com.vladsch.flexmark.util.format.options.TableCaptionHandling
-
-
Uses of TableCaptionHandling in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables with type parameters of type TableCaptionHandling Modifier and Type Field Description static 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 TableCaptionHandling Modifier and Type Field Description static 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 TableCaptionHandling Modifier and Type Field Description static DataKey<TableCaptionHandling>
FlexmarkHtmlConverter. TABLE_CAPTION
Deprecated. -
Uses of TableCaptionHandling in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCaptionHandling Modifier and Type Field Description TableCaptionHandling
TableFormatOptions. formatTableCaption
Fields in com.vladsch.flexmark.util.format with type parameters of type TableCaptionHandling Modifier and Type Field Description static 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 TableCaptionHandling Modifier and Type Method Description static TableCaptionHandling
TableCaptionHandling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TableCaptionHandling[]
TableCaptionHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-