|
|
||||||||
| 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 | |
|---|---|
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 Summary | |
|---|---|
RtfCtrlWordData()
|
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public RtfCtrlWordData()
| Method Detail |
|---|
public int intValue()
public Integer toInteger()
public long longValue()
public Long toLong()
public String toString()
toString in class Object
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||