com.lowagie.text.rtf.parser.ctrlwords
public class RtfCtrlWordData extends Object implements Cloneable
Since: 2.0.8
| Field Summary | |
|---|---|
| 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 |
| Method Summary | |
|---|---|
| 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() |
Returns: Returns the parameter value as an int vlaue.
Returns: Returns the parameter value as a long value
Returns: Returns the parameter value as an Integer object.
Returns: Returns the parameter value as a Long object.