|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordData
public class RtfCtrlWordData
The control word and parameter information as parsed by the parser. Contains the control word, Flag indicating if there is a parameter. The parameter value as a string. Flag indicating the parameter is positive or negative.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
RtfCtrlWordData()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public RtfCtrlWordData()
| Method Detail |
|---|
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.Objectjava.lang.CloneNotSupportedException
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||