com.lowagie.text.rtf.parser.ctrlwords
public class RtfCtrlWordData extends java.lang.Object implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.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
|
java.lang.String |
param
The parameter for the control word.
|
java.lang.String |
prefix |
java.lang.String |
specialHandler |
java.lang.String |
suffix |
Constructor and Description |
---|
RtfCtrlWordData() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
intValue()
Return the parameter value as an integer (int) value.
|
long |
longValue()
Return the parameter value as a long value
|
java.lang.Integer |
toInteger()
Return the parameter value as an Integer object.
|
java.lang.Long |
toLong()
Return the parameter value as a Long object
|
java.lang.String |
toString() |
public java.lang.String prefix
public java.lang.String suffix
public java.lang.String ctrlWord
public boolean hasParam
public java.lang.String param
public boolean isNeg
public boolean newGroup
public boolean modified
public int ctrlWordType
public java.lang.String specialHandler
public int intValue()
public java.lang.Integer toInteger()
public long longValue()
public java.lang.Long toLong()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException