public class IndentCharacters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IndentCharacters.EnumerationCharacter
An
-#{a):7em} indicates an enumeration indentation of 7
characters in markup, using a)...b)...etc as the
enumeration. |
static class |
IndentCharacters.IndentCharacter
An
--{7em} indicates an indentation of 7 characters in markup,
where the number, the unit, and the brackets are optional. |
static class |
IndentCharacters.ListCharacter
An
-+{--:7em} indicates a list indentation of 7 characters in
markup, using -- as the bullet. |
| Modifier and Type | Field and Description |
|---|---|
static ControlCharacters.ControlCharacterFactory |
INDENT_FACTORY
The factory for indent control characters.
|
static IndentCharacters.IndentCharacter |
UNINDENT_CHARACTER
Represent un-indentation, means effectively indent of 0.
|
| Constructor and Description |
|---|
IndentCharacters() |
public static ControlCharacters.ControlCharacterFactory INDENT_FACTORY
public static IndentCharacters.IndentCharacter UNINDENT_CHARACTER
public static void main(String[] args)
Copyright © 2021. All rights reserved.