|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.betabeans.scroogexhtml.rtf.RTFKeywords
public final class RTFKeywords
A class which stores and retrieves RTF keywords.
Constructor Summary | |
---|---|
RTFKeywords()
Constructor for the ScroogeXHTMLParser object. |
Method Summary | |
---|---|
int |
getDefaultParamValue()
Gets the defaultParamValue attribute of the ScroogeXHTMLParser object. |
byte |
getDestination()
Gets the destination attribute of the ScroogeXHTMLParser object. |
byte |
getFontFamily()
Gets the fontFamily attribute of the ScroogeXHTMLParser object. |
java.lang.String |
getHtml()
Gets the html attribute of the ScroogeXHTMLParser object. |
byte |
getKeytype()
Gets the keytype attribute of the ScroogeXHTMLParser object. |
boolean |
getPassDef()
Gets the passDef attribute of the ScroogeXHTMLParser object. |
byte |
getRtfFnct()
Gets the rtfFnct attribute of the ScroogeXHTMLParser object. |
byte |
getRtfProp()
Gets the rtfProp attribute of the ScroogeXHTMLParser object. |
char |
getUseChar()
Gets the useChar attribute of the ScroogeXHTMLParser object. |
boolean |
searchToken(java.lang.String token)
search a RTF token in the list of known tokens. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RTFKeywords()
Method Detail |
---|
public int getDefaultParamValue()
public boolean getPassDef()
public byte getKeytype()
public byte getRtfFnct()
public byte getFontFamily()
public char getUseChar()
public java.lang.String getHtml()
public byte getRtfProp()
public byte getDestination()
public boolean searchToken(java.lang.String token)
token
- the RTF token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |