Uses of Interface
com.vladsch.flexmark.util.format.CharWidthProvider
Packages that use CharWidthProvider
Package
Description
-
Uses of CharWidthProvider in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables with type parameters of type CharWidthProviderModifier and TypeFieldDescriptionstatic final DataKey<CharWidthProvider> TablesExtension.FORMAT_CHAR_WIDTH_PROVIDER -
Uses of CharWidthProvider in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as CharWidthProviderFields in com.vladsch.flexmark.formatter with type parameters of type CharWidthProviderModifier and TypeFieldDescriptionstatic final 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 CharWidthProviderModifier and TypeFieldDescription(package private) final @NotNull CharWidthProviderMarkdownParagraph.charWidthProviderfinal CharWidthProviderTableFormatOptions.charWidthProviderstatic final CharWidthProviderCharWidthProvider.NULLFields in com.vladsch.flexmark.util.format with type parameters of type CharWidthProviderModifier and TypeFieldDescriptionstatic final DataKey<CharWidthProvider> TableFormatOptions.FORMAT_CHAR_WIDTH_PROVIDERMethods in com.vladsch.flexmark.util.format that return CharWidthProviderModifier and TypeMethodDescription@NotNull CharWidthProviderMarkdownParagraph.getCharWidthProvider()Constructors in com.vladsch.flexmark.util.format with parameters of type CharWidthProviderModifierConstructorDescriptionMarkdownParagraph(@NotNull BasedSequence chars, @NotNull CharWidthProvider charWidthProvider) MarkdownParagraph(@NotNull BasedSequence chars, @NotNull BasedSequence altChars, @NotNull CharWidthProvider charWidthProvider)