Uses of Class
com.vladsch.flexmark.ext.toc.internal.TocOptions.ListType
-
Packages that use TocOptions.ListType Package Description com.vladsch.flexmark.ext.toc com.vladsch.flexmark.ext.toc.internal -
-
Uses of TocOptions.ListType in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc with type parameters of type TocOptions.ListType Modifier and Type Field Description static DataKey<TocOptions.ListType>
SimTocExtension. LIST_TYPE
static DataKey<TocOptions.ListType>
TocExtension. LIST_TYPE
-
Uses of TocOptions.ListType in com.vladsch.flexmark.ext.toc.internal
Fields in com.vladsch.flexmark.ext.toc.internal declared as TocOptions.ListType Modifier and Type Field Description static TocOptions.ListType
TocOptions. LIST_TYPE
TocOptions.ListType
TocOptions.AsMutable. listType
TocOptions.ListType
TocOptions. listType
Methods in com.vladsch.flexmark.ext.toc.internal that return TocOptions.ListType Modifier and Type Method Description static TocOptions.ListType
TocOptions.ListType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TocOptions.ListType[]
TocOptions.ListType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type TocOptions.ListType Modifier and Type Method Description TocOptions
TocOptions. withListType(TocOptions.ListType listType)
Constructors in com.vladsch.flexmark.ext.toc.internal with parameters of type TocOptions.ListType Constructor Description TocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, int titleLevel, java.lang.CharSequence title, TocOptions.ListType listType, boolean isAstAddOptions, boolean isBlankLineSpacer, java.lang.CharSequence divClass, java.lang.CharSequence listClass, boolean isCaseSensitiveTocTag)
TocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, int titleLevel, java.lang.String title, TocOptions.ListType listType)
TocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, TocOptions.ListType listType)
-