| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.toc | |
| com.vladsch.flexmark.ext.toc.internal |
| Modifier and Type | Field and Description |
|---|---|
static DataKey<TocOptions.ListType> |
TocExtension.LIST_TYPE |
static DataKey<TocOptions.ListType> |
SimTocExtension.LIST_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static TocOptions.ListType |
TocOptions.LIST_TYPE |
TocOptions.ListType |
TocOptions.listType |
TocOptions.ListType |
TocOptions.AsMutable.listType |
| Modifier and Type | Method and Description |
|---|---|
static TocOptions.ListType |
TocOptions.ListType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
TocOptions |
TocOptions.withListType(TocOptions.ListType listType) |
| Constructor and Description |
|---|
TocOptions(int levels,
boolean isHtml,
boolean isTextOnly,
boolean isNumbered,
int titleLevel,
CharSequence title,
TocOptions.ListType listType,
boolean isAstAddOptions,
boolean isBlankLineSpacer) |
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) |
Copyright © 2017. All rights reserved.