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_SPACEstatic 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 DiscretionaryTextAttributesFormatOptions. attributeEqualSpaceDiscretionaryTextAttributesFormatOptions. 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_SPACESstatic 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 DiscretionaryTextFormatterOptions. spaceAfterAtxMarkerFields in com.vladsch.flexmark.formatter with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>Formatter. FORMAT_TABLE_CAPTION_SPACESDeprecated.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 DiscretionaryTextTableFormatOptions. formatTableCaptionSpacesDiscretionaryTextTableFormatOptions. leftAlignMarkerFields in com.vladsch.flexmark.util.format with type parameters of type DiscretionaryText Modifier and Type Field Description static DataKey<DiscretionaryText>TableFormatOptions. FORMAT_TABLE_CAPTION_SPACESstatic 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 DiscretionaryTextDiscretionaryText. 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.
-