Uses of Interface
com.vladsch.flexmark.util.format.CharWidthProvider
-
Packages that use CharWidthProvider Package Description com.vladsch.flexmark.ext.tables com.vladsch.flexmark.formatter com.vladsch.flexmark.util.format -
-
Uses of CharWidthProvider in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables with type parameters of type CharWidthProvider Modifier and Type Field Description static DataKey<CharWidthProvider>
TablesExtension. FORMAT_CHAR_WIDTH_PROVIDER
-
Uses of CharWidthProvider in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as CharWidthProvider Modifier and Type Field Description CharWidthProvider
FormatterOptions. charWidthProvider
Fields in com.vladsch.flexmark.formatter with type parameters of type CharWidthProvider Modifier and Type Field Description static DataKey<CharWidthProvider>
Formatter. FORMAT_CHAR_WIDTH_PROVIDER
-
Uses of CharWidthProvider in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as CharWidthProvider Modifier and Type Field Description (package private) @NotNull CharWidthProvider
MarkdownParagraph. charWidthProvider
CharWidthProvider
TableFormatOptions. charWidthProvider
static CharWidthProvider
CharWidthProvider. NULL
Fields in com.vladsch.flexmark.util.format with type parameters of type CharWidthProvider Modifier and Type Field Description static DataKey<CharWidthProvider>
TableFormatOptions. FORMAT_CHAR_WIDTH_PROVIDER
Methods in com.vladsch.flexmark.util.format that return CharWidthProvider Modifier and Type Method Description @NotNull CharWidthProvider
MarkdownParagraph. getCharWidthProvider()
Constructors in com.vladsch.flexmark.util.format with parameters of type CharWidthProvider Constructor Description MarkdownParagraph(@NotNull BasedSequence chars, @NotNull CharWidthProvider charWidthProvider)
MarkdownParagraph(@NotNull BasedSequence chars, @NotNull BasedSequence altChars, @NotNull CharWidthProvider charWidthProvider)
-