Uses of Class
com.vladsch.flexmark.util.format.options.HeadingStyle
-
Packages that use HeadingStyle Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.util.format.options -
-
Uses of HeadingStyle in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as HeadingStyle Modifier and Type Field Description HeadingStyle
FormatterOptions. headingStyle
Fields in com.vladsch.flexmark.formatter with type parameters of type HeadingStyle Modifier and Type Field Description static DataKey<HeadingStyle>
Formatter. HEADING_STYLE
-
Uses of HeadingStyle in com.vladsch.flexmark.util.format.options
Methods in com.vladsch.flexmark.util.format.options that return HeadingStyle Modifier and Type Method Description static HeadingStyle
HeadingStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HeadingStyle[]
HeadingStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-