public static class TocOptions.AsMutable extends Object implements Mutable<TocOptions.AsMutable,TocOptions>, MutableDataSetter
| Modifier and Type | Field and Description |
|---|---|
boolean |
isAstAddOptions |
boolean |
isBlankLineSpacer |
boolean |
isHtml |
boolean |
isNumbered |
boolean |
isTextOnly |
int |
levels |
TocOptions.ListType |
listType |
String |
rawTitle |
int |
rawTitleLevel |
String |
title |
int |
titleLevel |
| Modifier | Constructor and Description |
|---|---|
protected |
AsMutable(TocOptions.AsMutable other) |
protected |
AsMutable(TocOptions other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
MutableDataHolder |
setIn(MutableDataHolder dataHolder) |
TocOptions.AsMutable |
setLevelList(int... levelList) |
TocOptions |
toImmutable() |
String |
toString() |
public int levels
public boolean isTextOnly
public boolean isNumbered
public TocOptions.ListType listType
public boolean isHtml
public int titleLevel
public String title
public int rawTitleLevel
public String rawTitle
public boolean isAstAddOptions
public boolean isBlankLineSpacer
protected AsMutable(TocOptions other)
protected AsMutable(TocOptions.AsMutable other)
public TocOptions toImmutable()
toImmutable in interface Mutable<TocOptions.AsMutable,TocOptions>public MutableDataHolder setIn(MutableDataHolder dataHolder)
setIn in interface MutableDataSetterpublic TocOptions.AsMutable setLevelList(int... levelList)
Copyright © 2018. All rights reserved.