|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.excelwriter.Font
public class Font
Font class represents the font object defined in Microsoft Excel.
Method Summary | |
---|---|
void |
setBold(boolean value)
Sets a value that indicates whether the font is bold. |
void |
setItalic(boolean value)
Sets a value that indicates whether the font is italic. |
void |
setName(java.lang.String value)
Sets the name of the font. |
void |
setSize(float value)
Sets the size of font, in points. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setName(java.lang.String value) throws java.io.IOException
java.io.IOException
public void setSize(float value)
public void setBold(boolean value)
public void setItalic(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |