Uses of Class
com.vladsch.flexmark.ext.toc.SimTocGenerateOnFormat
-
Packages that use SimTocGenerateOnFormat Package Description com.vladsch.flexmark.ext.toc com.vladsch.flexmark.ext.toc.internal -
-
Uses of SimTocGenerateOnFormat in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc with type parameters of type SimTocGenerateOnFormat Modifier and Type Field Description static DataKey<SimTocGenerateOnFormat>
SimTocExtension. FORMAT_UPDATE_ON_FORMAT
static DataKey<SimTocGenerateOnFormat>
TocExtension. FORMAT_UPDATE_ON_FORMAT
Methods in com.vladsch.flexmark.ext.toc that return SimTocGenerateOnFormat Modifier and Type Method Description static SimTocGenerateOnFormat
SimTocGenerateOnFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimTocGenerateOnFormat[]
SimTocGenerateOnFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SimTocGenerateOnFormat in com.vladsch.flexmark.ext.toc.internal
Fields in com.vladsch.flexmark.ext.toc.internal declared as SimTocGenerateOnFormat Modifier and Type Field Description SimTocGenerateOnFormat
TocFormatOptions. updateOnFormat
-