|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.wordwriter.Font
public class Font
Font class represents the font object defined in Microsoft Word.
Method Summary | |
---|---|
void |
setBold(boolean value)
Sets a value that indicates whether the font is bold. |
void |
setColor(java.awt.Color value)
Sets the color of the font. |
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 |
setNameAscii(java.lang.String value)
Sets the font name for US-ASCII. |
void |
setShadow(boolean value)
Sets a value that indicates whether the font has shadow. |
void |
setSize(float value)
Sets the size of the font, in points. |
void |
setStrikeThrough(boolean value)
Sets a value that indicates whether the strikethrough is applied to the font. |
void |
setUnderline(WdUnderline value)
Sets the type of underline applied to the font. |
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 setNameAscii(java.lang.String value) throws java.io.IOException
java.io.IOException
public void setColor(java.awt.Color value)
public void setSize(float value)
public void setBold(boolean value)
public void setItalic(boolean value)
public void setUnderline(WdUnderline value) throws java.io.IOException
java.io.IOException
public void setStrikeThrough(boolean value)
public void setShadow(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |