public class RtfCtrlWordData extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
String |
ctrlWord
The control word found by the parser
|
int |
ctrlWordType |
boolean |
hasParam
Flag indicating if this keyword has a parameter.
|
boolean |
isNeg
Flag indicating if parameter is positive or negative.
|
boolean |
modified
Flag indicating if this object has been modified.
|
boolean |
newGroup
Flag indicating a new group
|
String |
param
The parameter for the control word.
|
String |
prefix |
String |
specialHandler |
String |
suffix |
Constructor and Description |
---|
RtfCtrlWordData() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
intValue()
Return the parameter value as an integer (int) value.
|
long |
longValue()
Return the parameter value as a long value
|
Integer |
toInteger()
Return the parameter value as an Integer object.
|
Long |
toLong()
Return the parameter value as a Long object
|
String |
toString() |
public String prefix
public String suffix
public String ctrlWord
public boolean hasParam
public String param
public boolean isNeg
public boolean newGroup
public boolean modified
public int ctrlWordType
public String specialHandler
public int intValue()
public Integer toInteger()
public long longValue()
public Long toLong()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2015. All rights reserved.