public class TxtListIndentation
extends java.lang.Object
SaveFormat.TEXT format.
To learn more, visit the Save a Document documentation article.
| Modifier and Type | Method and Description |
|---|---|
char |
getCharacter()
Gets which character to use for indenting list levels.
|
int |
getCount()
Gets how many
getCharacter() / setCharacter(char) to use as indentation per one list level. |
void |
setCharacter(char value)
Sets which character to use for indenting list levels.
|
void |
setCount(int value)
Sets how many
getCharacter() / setCharacter(char) to use as indentation per one list level. |
public int getCount()
getCharacter() / setCharacter(char) to use as indentation per one list level. The default value is 0, that means no indentation.getCharacter() / setCharacter(char) to use as indentation per one list level.public void setCount(int value)
getCharacter() / setCharacter(char) to use as indentation per one list level. The default value is 0, that means no indentation.value - How many getCharacter() / setCharacter(char) to use as indentation per one list level.public char getCharacter()
public void setCharacter(char value)
value - Which character to use for indenting list levels.