| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.biff.FontRecord
jxl.write.biff.WritableFontRecord
jxl.write.WritableFont
jxl.write.Font
A class which is instantiated when the user application wishes to specify the font for a particular cell
| Nested Class Summary | 
| Nested classes inherited from class jxl.write.WritableFont | 
| WritableFont.FontName | 
| Field Summary | |
| static WritableFont.FontName | ARIALDeprecated. | 
| static jxl.write.WritableFont.BoldStyle | BOLDDeprecated. | 
| static UnderlineStyle | DOUBLEDeprecated. | 
| static UnderlineStyle | DOUBLE_ACCOUNTINGDeprecated. | 
| static jxl.write.WritableFont.BoldStyle | NO_BOLDDeprecated. | 
| static UnderlineStyle | NO_UNDERLINEDeprecated. | 
| static ScriptStyle | NORMAL_SCRIPTDeprecated. | 
| static UnderlineStyle | SINGLEDeprecated. | 
| static UnderlineStyle | SINGLE_ACCOUNTINGDeprecated. | 
| static ScriptStyle | SUBSCRIPTDeprecated. | 
| static ScriptStyle | SUPERSCRIPTDeprecated. | 
| static WritableFont.FontName | TIMESDeprecated. | 
| Fields inherited from class jxl.write.WritableFont | 
| COURIER, DEFAULT_POINT_SIZE, TAHOMA | 
| Fields inherited from class jxl.biff.FontRecord | 
| biff7 | 
| Constructor Summary | |
| Font(WritableFont.FontName fn)Deprecated. Use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps)Deprecated. use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps,
     jxl.write.WritableFont.BoldStyle bs)Deprecated. use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps,
     jxl.write.WritableFont.BoldStyle bs,
     boolean italic)Deprecated. use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps,
     jxl.write.WritableFont.BoldStyle bs,
     boolean it,
     UnderlineStyle us)Deprecated. use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps,
     jxl.write.WritableFont.BoldStyle bs,
     boolean it,
     UnderlineStyle us,
     Colour c)Deprecated. use jxl.write.WritableFont | |
| Font(WritableFont.FontName fn,
     int ps,
     jxl.write.WritableFont.BoldStyle bs,
     boolean it,
     UnderlineStyle us,
     Colour c,
     ScriptStyle ss)Deprecated. use jxl.write.WritableFont | |
| Methods inherited from class jxl.write.WritableFont | 
| createFont, isStruckout, setBoldStyle, setColour, setItalic, setPointSize, setScriptStyle, setStruckout, setUnderlineStyle | 
| Methods inherited from class jxl.biff.FontRecord | 
| equals, getBoldWeight, getColour, getData, getFontIndex, getName, getPointSize, getScriptStyle, getUnderlineStyle, hashCode, initialize, isInitialized, isItalic, uninitialize | 
| Methods inherited from class jxl.biff.WritableRecordData | 
| getBytes | 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final WritableFont.FontName ARIAL
public static final WritableFont.FontName TIMES
public static final jxl.write.WritableFont.BoldStyle NO_BOLD
public static final jxl.write.WritableFont.BoldStyle BOLD
public static final UnderlineStyle NO_UNDERLINE
public static final UnderlineStyle SINGLE
public static final UnderlineStyle DOUBLE
public static final UnderlineStyle SINGLE_ACCOUNTING
public static final UnderlineStyle DOUBLE_ACCOUNTING
public static final ScriptStyle NORMAL_SCRIPT
public static final ScriptStyle SUPERSCRIPT
public static final ScriptStyle SUBSCRIPT
| Constructor Detail | 
public Font(WritableFont.FontName fn)
fn - the font name
public Font(WritableFont.FontName fn,
            int ps)
ps - the point sizefn - the font name
public Font(WritableFont.FontName fn,
            int ps,
            jxl.write.WritableFont.BoldStyle bs)
ps - the point sizebs - the bold stylefn - the font name
public Font(WritableFont.FontName fn,
            int ps,
            jxl.write.WritableFont.BoldStyle bs,
            boolean italic)
ps - the point sizebs - the bold styleitalic - italic flagfn - the font name
public Font(WritableFont.FontName fn,
            int ps,
            jxl.write.WritableFont.BoldStyle bs,
            boolean it,
            UnderlineStyle us)
ps - the point sizebs - the bold styleus - underscore flagfn - font nameit - italic flag
public Font(WritableFont.FontName fn,
            int ps,
            jxl.write.WritableFont.BoldStyle bs,
            boolean it,
            UnderlineStyle us,
            Colour c)
ps - the point sizebs - the bold styleus - the underline stylefn - the font nameit - italic flagc - the colour
public Font(WritableFont.FontName fn,
            int ps,
            jxl.write.WritableFont.BoldStyle bs,
            boolean it,
            UnderlineStyle us,
            Colour c,
            ScriptStyle ss)
ps - the point sizebs - the bold styleus - the underline stylefn - the font nameit - the italic flagc - the colourss - the script style| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||