Uses of Interface
com.vladsch.flexmark.util.format.CharWidthProvider
-
Packages that use CharWidthProvider Package Description com.vladsch.flexmark.util.format -
-
Uses of CharWidthProvider in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as CharWidthProvider Modifier and Type Field Description CharWidthProviderTableFormatOptions. charWidthProviderstatic CharWidthProviderCharWidthProvider. NULLFields in com.vladsch.flexmark.util.format with type parameters of type CharWidthProvider Modifier and Type Field Description static com.vladsch.flexmark.util.data.DataKey<CharWidthProvider>TableFormatOptions. FORMAT_CHAR_WIDTH_PROVIDERMethods in com.vladsch.flexmark.util.format that return CharWidthProvider Modifier and Type Method Description @NotNull CharWidthProviderMarkdownParagraph. getCharWidthProvider()Constructors in com.vladsch.flexmark.util.format with parameters of type CharWidthProvider Constructor Description MarkdownParagraph(@NotNull com.vladsch.flexmark.util.sequence.BasedSequence chars, @NotNull CharWidthProvider charWidthProvider)MarkdownParagraph(@NotNull com.vladsch.flexmark.util.sequence.BasedSequence chars, @NotNull com.vladsch.flexmark.util.sequence.BasedSequence altChars, @NotNull CharWidthProvider charWidthProvider)
-