Uses of Class
com.vladsch.flexmark.util.format.TableFormatOptions
Packages that use TableFormatOptions
Package
Description
-
Uses of TableFormatOptions in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as TableFormatOptions -
Uses of TableFormatOptions in com.vladsch.flexmark.ext.tables.internal
Fields in com.vladsch.flexmark.ext.tables.internal declared as TableFormatOptions -
Uses of TableFormatOptions in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as TableFormatOptions -
Uses of TableFormatOptions in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableFormatOptionsMethods in com.vladsch.flexmark.util.format with parameters of type TableFormatOptionsModifier and TypeMethodDescriptionstatic void
MarkdownTable.appendFormattedCaption
(LineAppendable out, BasedSequence caption, TableFormatOptions options) static String
MarkdownTable.formattedCaption
(BasedSequence caption, TableFormatOptions options) Constructors in com.vladsch.flexmark.util.format with parameters of type TableFormatOptionsModifierConstructorDescriptionMarkdownTable
(@NotNull CharSequence tableChars, @Nullable TableFormatOptions options)