Uses of Class
com.vladsch.flexmark.ext.toc.internal.TocOptionTypes
-
Packages that use TocOptionTypes Package Description com.vladsch.flexmark.ext.toc.internal -
-
Uses of TocOptionTypes in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return TocOptionTypes Modifier and Type Method Description static TocOptionTypes
TocOptionTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TocOptionTypes[]
TocOptionTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-