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