Uses of Class
com.vladsch.flexmark.util.format.options.DiscretionaryText
-
-
Uses of DiscretionaryText in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>
AttributesExtension. FORMAT_ATTRIBUTE_EQUAL_SPACE
static DataKey<DiscretionaryText>
AttributesExtension. FORMAT_ATTRIBUTES_SPACES
-
Uses of DiscretionaryText in com.vladsch.flexmark.ext.attributes.internal
Fields in com.vladsch.flexmark.ext.attributes.internal declared as DiscretionaryText Modifier and Type Field Description DiscretionaryText
AttributesFormatOptions. attributeEqualSpace
DiscretionaryText
AttributesFormatOptions. attributesSpaces
-
Uses of DiscretionaryText in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>
TablesExtension. FORMAT_TABLE_CAPTION_SPACES
static DataKey<DiscretionaryText>
TablesExtension. FORMAT_TABLE_LEFT_ALIGN_MARKER
-
Uses of DiscretionaryText in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as DiscretionaryText Modifier and Type Field Description DiscretionaryText
FormatterOptions. spaceAfterAtxMarker
Fields in com.vladsch.flexmark.formatter with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>
Formatter. FORMAT_TABLE_CAPTION_SPACES
Deprecated.static DataKey<DiscretionaryText>
Formatter. SPACE_AFTER_ATX_MARKER
-
Uses of DiscretionaryText in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as DiscretionaryText Modifier and Type Field Description DiscretionaryText
TableFormatOptions. formatTableCaptionSpaces
DiscretionaryText
TableFormatOptions. leftAlignMarker
Fields in com.vladsch.flexmark.util.format with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>
TableFormatOptions. FORMAT_TABLE_CAPTION_SPACES
static DataKey<DiscretionaryText>
TableFormatOptions. FORMAT_TABLE_LEFT_ALIGN_MARKER
-
Uses of DiscretionaryText in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return DiscretionaryText Modifier and Type Method Description static DiscretionaryText
DiscretionaryText. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiscretionaryText[]
DiscretionaryText. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-