Uses of Class
com.vladsch.flexmark.ext.toc.SimTocGenerateOnFormat
-
-
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 com.vladsch.flexmark.util.data.DataKey<SimTocGenerateOnFormat>SimTocExtension. FORMAT_UPDATE_ON_FORMATstatic com.vladsch.flexmark.util.data.DataKey<SimTocGenerateOnFormat>TocExtension. FORMAT_UPDATE_ON_FORMATMethods in com.vladsch.flexmark.ext.toc that return SimTocGenerateOnFormat Modifier and Type Method Description static SimTocGenerateOnFormatSimTocGenerateOnFormat. valueOf(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.
-