Uses of Class
com.vladsch.flexmark.ext.toc.internal.TocOptions.AsMutable
-
Packages that use TocOptions.AsMutable Package Description com.vladsch.flexmark.ext.toc.internal -
-
Uses of TocOptions.AsMutable in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return TocOptions.AsMutable Modifier and Type Method Description TocOptions.AsMutable
TocOptions.AsMutable. normalizeTitle()
Used to normalize title and titleLevel after changing titleRaw or rawTitleTocOptions.AsMutable
TocOptions.AsMutable. setLevelList(int... levelList)
TocOptions.AsMutable
TocOptions. toMutable()
Constructors in com.vladsch.flexmark.ext.toc.internal with parameters of type TocOptions.AsMutable Constructor Description AsMutable(TocOptions.AsMutable other)
TocOptions(TocOptions.AsMutable other)
-