Uses of Enum Class
com.vladsch.flexmark.ext.toc.internal.TocOptions.ListType
Packages that use TocOptions.ListType
-
Uses of TocOptions.ListType in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc with type parameters of type TocOptions.ListTypeModifier and TypeFieldDescriptionstatic final DataKey<TocOptions.ListType> SimTocExtension.LIST_TYPEstatic final DataKey<TocOptions.ListType> TocExtension.LIST_TYPE -
Uses of TocOptions.ListType in com.vladsch.flexmark.ext.toc.internal
Subclasses with type arguments of type TocOptions.ListType in com.vladsch.flexmark.ext.toc.internalFields in com.vladsch.flexmark.ext.toc.internal declared as TocOptions.ListTypeModifier and TypeFieldDescriptionstatic final TocOptions.ListTypeTocOptions.LIST_TYPETocOptions.AsMutable.listTypefinal TocOptions.ListTypeTocOptions.listTypeMethods in com.vladsch.flexmark.ext.toc.internal that return TocOptions.ListTypeModifier and TypeMethodDescriptionstatic TocOptions.ListTypeReturns the enum constant of this class with the specified name.static TocOptions.ListType[]TocOptions.ListType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type TocOptions.ListTypeConstructors in com.vladsch.flexmark.ext.toc.internal with parameters of type TocOptions.ListTypeModifierConstructorDescriptionTocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, int titleLevel, CharSequence title, TocOptions.ListType listType, boolean isAstAddOptions, boolean isBlankLineSpacer, CharSequence divClass, CharSequence listClass, boolean isCaseSensitiveTocTag) TocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, int titleLevel, String title, TocOptions.ListType listType) TocOptions(int levels, boolean isHtml, boolean isTextOnly, boolean isNumbered, TocOptions.ListType listType)