|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.rtf.parser.destinations.RtfDestination com.lowagie.text.rtf.parser.destinations.RtfDestinationFontTable
public final class RtfDestinationFontTable
RtfDestinationFontTable
handles data destined for the font table destination
Field Summary |
---|
Fields inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
lastCtrlWord, modified, rtfParser |
Constructor Summary | |
---|---|
RtfDestinationFontTable()
Constructor |
|
RtfDestinationFontTable(RtfParser parser)
Constructs a new RtfFontTableParser. |
Method Summary | |
---|---|
boolean |
closeDestination()
Clean up when destination is closed. |
Font |
getFont(java.lang.String key)
Get a Font object from the font map object |
boolean |
handleCharacter(int ch)
Handle text for this destination |
boolean |
handleCloseGroup()
Clean up when group is closed. |
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination |
boolean |
handleOpenGroup()
Setup when group is opened. |
boolean |
handleOpeningSubGroup()
Handle a new subgroup contained within this group |
void |
setBias(java.lang.String value)
Set the font bias |
void |
setCharset(java.lang.String charset)
Set the character-set to the parsed value. |
void |
setCodePage(java.lang.String value)
Set the code page |
void |
setFontAlternate(java.lang.String fontAlternate)
Set the alternate font name. |
void |
setFontFamily(java.lang.String fontFamily)
Set the font family to the parsed value. |
void |
setFontName(java.lang.String fontName)
Set the font name to the parsed value. |
void |
setFontNumber(java.lang.String fontNr)
Set the font number to the parsed value. |
void |
setParser(RtfParser parser)
Set the parser to use with the RtfDestination object. |
void |
setPitch(java.lang.String value)
Set the font pitch |
void |
setThemeFont(java.lang.String themeFont)
Set the font theme |
void |
setToDefaults()
Method to set this object to the default values. |
void |
setTrueType(java.lang.String value)
Set the TrueTtype type |
Methods inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
addListener, afterCharacter, afterCtrlWord, beforeCharacter, beforeCtrlWord, getNewTokeniserState, isModified, onCharacter, onCloseGroup, onCtrlWord, onOpenGroup, removeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfDestinationFontTable()
public RtfDestinationFontTable(RtfParser parser)
parser
- an RtfParser.Method Detail |
---|
public void setParser(RtfParser parser)
RtfDestination
setParser
in class RtfDestination
parser
- The RtfParser object.public boolean handleOpeningSubGroup()
RtfDestination
handleOpeningSubGroup
in class RtfDestination
public boolean closeDestination()
RtfDestination
closeDestination
in class RtfDestination
public boolean handleCloseGroup()
RtfDestination
handleCloseGroup
in class RtfDestination
public boolean handleOpenGroup()
RtfDestination
handleOpenGroup
in class RtfDestination
public boolean handleCharacter(int ch)
RtfDestination
handleCharacter
in class RtfDestination
public boolean handleControlWord(RtfCtrlWordData ctrlWordData)
RtfDestination
handleControlWord
in class RtfDestination
ctrlWordData
- The control word and parameter information object
public void setCodePage(java.lang.String value)
value
- The code page valuepublic void setTrueType(java.lang.String value)
value
- The typepublic void setPitch(java.lang.String value)
value
- Pitch valuepublic void setBias(java.lang.String value)
value
- Bias valuepublic void setThemeFont(java.lang.String themeFont)
themeFont
- Theme valuepublic void setFontName(java.lang.String fontName)
fontName
- The font name.public void setFontFamily(java.lang.String fontFamily)
fontFamily
- The font family.public void setFontNumber(java.lang.String fontNr)
fontNr
- The font number.public void setFontAlternate(java.lang.String fontAlternate)
fontAlternate
- The falt font valuepublic void setCharset(java.lang.String charset)
charset
- The charset valuepublic void setToDefaults()
RtfDestination
setToDefaults
in class RtfDestination
public Font getFont(java.lang.String key)
Font
object from the font map object
key
- The font number to get
Font
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |