com.acesoft.aceoffix.excelwriter
Class Font

java.lang.Object
  extended by com.acesoft.aceoffix.excelwriter.Font

public class Font
extends java.lang.Object

Font class represents the font object defined in Microsoft Excel.

Version:
5.0
Author:
Acesoft Corporation

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

setName

public void setName(java.lang.String value)
             throws java.io.IOException
Sets the name of the font.

Throws:
java.io.IOException

setSize

public void setSize(float value)
Sets the size of font, in points.


setBold

public void setBold(boolean value)
Sets a value that indicates whether the font is bold.


setItalic

public void setItalic(boolean value)
Sets a value that indicates whether the font is italic.