Uses of Class
com.vladsch.flexmark.util.data.NullableDataKey
-
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.gfm.strikethrough
Fields in com.vladsch.flexmark.ext.gfm.strikethrough declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>StrikethroughExtension. STRIKETHROUGH_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>StrikethroughSubscriptExtension. STRIKETHROUGH_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>StrikethroughExtension. STRIKETHROUGH_STYLE_HTML_OPENstatic NullableDataKey<java.lang.String>StrikethroughSubscriptExtension. STRIKETHROUGH_STYLE_HTML_OPENstatic NullableDataKey<java.lang.String>StrikethroughSubscriptExtension. SUBSCRIPT_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>SubscriptExtension. SUBSCRIPT_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>StrikethroughSubscriptExtension. SUBSCRIPT_STYLE_HTML_OPENstatic NullableDataKey<java.lang.String>SubscriptExtension. SUBSCRIPT_STYLE_HTML_OPEN -
Uses of NullableDataKey in com.vladsch.flexmark.ext.ins
Fields in com.vladsch.flexmark.ext.ins declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>InsExtension. INS_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>InsExtension. INS_STYLE_HTML_OPEN -
Uses of NullableDataKey in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.util.Map<java.lang.String,java.lang.String>>JekyllTagExtension. INCLUDED_HTML -
Uses of NullableDataKey in com.vladsch.flexmark.ext.superscript
Fields in com.vladsch.flexmark.ext.superscript declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>SuperscriptExtension. SUPERSCRIPT_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>SuperscriptExtension. SUPERSCRIPT_STYLE_HTML_OPEN -
Uses of NullableDataKey in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.Integer>TablesExtension. FORMAT_TABLE_FILL_MISSING_MIN_COLUMN -
Uses of NullableDataKey in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>SimTocExtension. TITLEstatic NullableDataKey<java.lang.String>TocExtension. TITLE -
Uses of NullableDataKey in com.vladsch.flexmark.ext.typographic
Fields in com.vladsch.flexmark.ext.typographic declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>TypographicExtension. ANGLE_QUOTE_UNMATCHEDstatic NullableDataKey<java.lang.String>TypographicExtension. DOUBLE_QUOTE_UNMATCHED -
Uses of NullableDataKey in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.util.regex.Pattern>Formatter. LINK_MARKER_COMMENT_PATTERNstatic NullableDataKey<ListSpacing>FormatterUtils. LIST_ITEM_SPACINGstatic NullableDataKey<java.lang.String>Formatter. THEMATIC_BREAK -
Uses of NullableDataKey in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>HtmlRenderer. CODE_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>HtmlRenderer. CODE_STYLE_HTML_OPENstatic NullableDataKey<java.lang.String>HtmlRenderer. EMPHASIS_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>HtmlRenderer. EMPHASIS_STYLE_HTML_OPENstatic NullableDataKey<java.lang.String>HtmlRenderer. INLINE_CODE_SPLICE_CLASSstatic NullableDataKey<java.lang.String>HtmlRenderer. STRONG_EMPHASIS_STYLE_HTML_CLOSEstatic NullableDataKey<java.lang.String>HtmlRenderer. STRONG_EMPHASIS_STYLE_HTML_OPEN -
Uses of NullableDataKey in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast with parameters of type NullableDataKey Modifier and Type Method Description <T> @NotNull MutableDataHolderDocument. set(@NotNull NullableDataKey<T> key, T value) -
Uses of NullableDataKey in com.vladsch.flexmark.util.builder
Methods in com.vladsch.flexmark.util.builder with parameters of type NullableDataKey Modifier and Type Method Description <V> @NotNull MutableDataSetBuilderBase. set(@NotNull NullableDataKey<V> key, V value) -
Uses of NullableDataKey in com.vladsch.flexmark.util.data
Methods in com.vladsch.flexmark.util.data with parameters of type NullableDataKey Modifier and Type Method Description <T> @NotNull MutableDataHolderMutableDataHolder. set(@NotNull NullableDataKey<T> key, T value)Store the given value for the key<T> @NotNull MutableDataSetMutableDataSet. set(@NotNull NullableDataKey<T> key, T value) -
Uses of NullableDataKey in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.Integer>TableFormatOptions. FORMAT_TABLE_FILL_MISSING_MIN_COLUMNUsed by table formatting to set min column from which to add missing columns, null to use default -
Uses of NullableDataKey in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<SegmentedSequenceStats>BasedOptionsHolder. SEGMENTED_STATS
-