de.betabeans.scroogexhtml.rtf
Class RTFKeywords

java.lang.Object
  extended by de.betabeans.scroogexhtml.rtf.RTFKeywords

public final class RTFKeywords
extends java.lang.Object

A class which stores and retrieves RTF keywords.

Author:
Michael Justin

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

RTFKeywords

public RTFKeywords()
Constructor for the ScroogeXHTMLParser object.

Method Detail

getDefaultParamValue

public int getDefaultParamValue()
Gets the defaultParamValue attribute of the ScroogeXHTMLParser object.

Returns:
The defaultParamValue value

getPassDef

public boolean getPassDef()
Gets the passDef attribute of the ScroogeXHTMLParser object.

Returns:
The passDef value

getKeytype

public byte getKeytype()
Gets the keytype attribute of the ScroogeXHTMLParser object.

Returns:
The keytype value

getRtfFnct

public byte getRtfFnct()
Gets the rtfFnct attribute of the ScroogeXHTMLParser object.

Returns:
The rtfFnct value

getFontFamily

public byte getFontFamily()
Gets the fontFamily attribute of the ScroogeXHTMLParser object.

Returns:
The fontFamily value

getUseChar

public char getUseChar()
Gets the useChar attribute of the ScroogeXHTMLParser object.

Returns:
The useChar value

getHtml

public java.lang.String getHtml()
Gets the html attribute of the ScroogeXHTMLParser object.

Returns:
The html value

getRtfProp

public byte getRtfProp()
Gets the rtfProp attribute of the ScroogeXHTMLParser object.

Returns:
The rtfProp value

getDestination

public byte getDestination()
Gets the destination attribute of the ScroogeXHTMLParser object.

Returns:
The destination value

searchToken

public boolean searchToken(java.lang.String token)
search a RTF token in the list of known tokens.

Parameters:
token - the RTF token
Returns:
the token definition


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.