Uses of Class
com.vladsch.flexmark.util.format.options.TableCaptionHandling
-
Packages that use TableCaptionHandling Package Description com.vladsch.flexmark.util.format com.vladsch.flexmark.util.format.options -
-
Uses of TableCaptionHandling in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCaptionHandling Modifier and Type Field Description TableCaptionHandlingTableFormatOptions. formatTableCaptionFields in com.vladsch.flexmark.util.format with type parameters of type TableCaptionHandling Modifier and Type Field Description static com.vladsch.flexmark.util.data.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 TableCaptionHandlingTableCaptionHandling. valueOf(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.
-