public static class IndentCharacters.ListCharacter extends IndentCharacters.IndentCharacter
-+{--:7em} indicates a list indentation of 7 characters in
markup, using -- as the bullet. The number, the unit, bullet
character and the brackets are optional. Default indentation is 4
characters, default unit is em and the default bullet
depends on CompatibilityHelper.getBulletCharacter(int). It can be
escaped with a backslash ('\').| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
indentUnit, indentWidth, level| Modifier | Constructor and Description |
|---|---|
protected |
ListCharacter(String level,
String indentWidth,
String indentUnit,
String bulletCharacter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
protected String |
nextLabel() |
createNewIndent, getLevelcharAt, escape, getCharacterToEscape, length, mustEscape, subSequence, toString, unescapeclone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointsprotected String label
protected String nextLabel()
nextLabel in class IndentCharacters.IndentCharacterpublic int hashCode()
hashCode in class IndentCharacters.IndentCharacterpublic boolean equals(Object obj)
equals in class IndentCharacters.IndentCharacterCopyright © 2022. All rights reserved.