Uses of Class
com.vladsch.flexmark.util.format.options.DiscretionaryText
-
Packages that use DiscretionaryText Package Description com.vladsch.flexmark.util.format com.vladsch.flexmark.util.format.options -
-
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 com.vladsch.flexmark.util.data.DataKey<DiscretionaryText>TableFormatOptions. FORMAT_TABLE_CAPTION_SPACESstatic com.vladsch.flexmark.util.data.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(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.
-