public class ListLevel extends DefaultTokenHandler implements StateLeavedListener, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
alignment |
boolean |
noRestart |
byte[] |
numberIdx |
RTFProperties |
properties |
int |
startValue |
java.lang.String |
text |
int |
type |
Modifier | Constructor and Description |
---|---|
protected |
ListLevel(Definitions defs,
TokenInput parser) |
Modifier and Type | Method and Description |
---|---|
ListLevel |
cloned() |
java.lang.String |
currentAsText() |
int |
currentValue() |
void |
decreaseValue() |
boolean |
isBullet() |
void |
nextValue() |
void |
reset() |
void |
stateClosed(ParserState state,
int type)
Invoked if a state is about to close.
|
getCurrentProperties, getParserState, getTokenInput, handleBraceClosed, handleBraceOpened, handleControl, handleText, readTextBytes, readTextOnly, skipCurrentLevel
getDefaultEncoding, getDefinitions, getTextEncoding, handleOptionalHyphen, handleText, handleToken
public int startValue
public int type
public int alignment
public java.lang.String text
public byte[] numberIdx
public boolean noRestart
public RTFProperties properties
protected ListLevel(Definitions defs, TokenInput parser)
public void stateClosed(ParserState state, int type)
StateLeavedListener
stateClosed
in interface StateLeavedListener
state
- State that is closed.type
- intpublic ListLevel cloned()
public void nextValue()
public void decreaseValue()
public int currentValue()
public java.lang.String currentAsText()
public void reset()
public boolean isBullet()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.