|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.betabeans.scroogexhtml.rtf.FontDescriptor
public final class FontDescriptor
Class which contains the font definition in the RTF Header.
Constructor Summary | |
---|---|
FontDescriptor()
|
Method Summary | |
---|---|
int |
getFontCharSet()
Gets the fontCharSet attribute of the FontDescriptor object. |
java.lang.String |
getFontName()
Gets the fontName attribute of the FontDescriptor object. |
void |
setFontCharSet(int i)
Sets the fontCharSet attribute of the FontDescriptor object. |
void |
setFontName(java.lang.String s)
Sets the fontName attribute of the FontDescriptor object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontDescriptor()
Method Detail |
---|
public void setFontName(java.lang.String s)
s
- The new fontName valuepublic void setFontCharSet(int i)
i
- The new fontCharSet valuepublic java.lang.String getFontName()
public int getFontCharSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |