|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.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 |
ARIAL
Deprecated. |
static jxl.write.WritableFont.BoldStyle |
BOLD
Deprecated. |
static UnderlineStyle |
DOUBLE
Deprecated. |
static UnderlineStyle |
DOUBLE_ACCOUNTING
Deprecated. |
static jxl.write.WritableFont.BoldStyle |
NO_BOLD
Deprecated. |
static UnderlineStyle |
NO_UNDERLINE
Deprecated. |
static ScriptStyle |
NORMAL_SCRIPT
Deprecated. |
static UnderlineStyle |
SINGLE
Deprecated. |
static UnderlineStyle |
SINGLE_ACCOUNTING
Deprecated. |
static ScriptStyle |
SUBSCRIPT
Deprecated. |
static ScriptStyle |
SUPERSCRIPT
Deprecated. |
static WritableFont.FontName |
TIMES
Deprecated. |
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 namepublic Font(WritableFont.FontName fn, int ps)
ps
- the point sizefn
- the font namepublic Font(WritableFont.FontName fn, int ps, jxl.write.WritableFont.BoldStyle bs)
ps
- the point sizebs
- the bold stylefn
- the font namepublic Font(WritableFont.FontName fn, int ps, jxl.write.WritableFont.BoldStyle bs, boolean italic)
ps
- the point sizebs
- the bold styleitalic
- italic flagfn
- the font namepublic 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 flagpublic 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 colourpublic 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 |