|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
System.Objectxl.biff.RecordData
xl.biff.WritableRecordData
xl.biff.FontRecord
xl.write.biff.WritableFontRecord
xl.write.WritableFont
xl.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 xl.write.WritableFont.BoldStyle |
BOLD
Deprecated. |
static UnderlineStyle |
DOUBLE
Deprecated. |
static UnderlineStyle |
DOUBLE_ACCOUNTING
Deprecated. |
static xl.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 xl.biff.FontRecord |
biff7 |
| Constructor Summary | |
Font(WritableFont.FontName fn)
Deprecated. Use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps)
Deprecated. use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs)
Deprecated. use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean italic)
Deprecated. use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean it,
UnderlineStyle us)
Deprecated. use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean it,
UnderlineStyle us,
Color c)
Deprecated. use xl.write.WritableFont |
|
Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean it,
UnderlineStyle us,
Color c,
ScriptStyle ss)
Deprecated. use xl.write.WritableFont |
|
| Methods inherited from class xl.write.WritableFont |
createFont, isStruckout, setBoldStyle, setColor, setItalic, setPointSize, setScriptStyle, setStruckout, setUnderlineStyle |
| Methods inherited from class xl.biff.FontRecord |
equals, getBoldWeight, getColor, getData, getFontIndex, getName, getPointSize, getScriptStyle, getUnderlineStyle, hashCode, initialize, isInitialized, isItalic, uninitialize |
| Methods inherited from class xl.biff.WritableRecordData |
getBytes |
| Methods inherited from class System.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static readonly WritableFont.FontName ARIAL
public static readonly WritableFont.FontName TIMES
public static readonly xl.write.WritableFont.BoldStyle NO_BOLD
public static readonly xl.write.WritableFont.BoldStyle BOLD
public static readonly UnderlineStyle NO_UNDERLINE
public static readonly UnderlineStyle SINGLE
public static readonly UnderlineStyle DOUBLE
public static readonly UnderlineStyle SINGLE_ACCOUNTING
public static readonly UnderlineStyle DOUBLE_ACCOUNTING
public static readonly ScriptStyle NORMAL_SCRIPT
public static readonly ScriptStyle SUPERSCRIPT
public static readonly 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,
xl.write.WritableFont.BoldStyle bs)
ps - the point sizebs - the bold stylefn - the font namepublic Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean italic)
ps - the point sizebs - the bold styleitalic - italic flagfn - the font namepublic Font(WritableFont.FontName fn,
int ps,
xl.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,
xl.write.WritableFont.BoldStyle bs,
boolean it,
UnderlineStyle us,
Color c)
ps - the point sizebs - the bold styleus - the underline stylefn - the font nameit - italic flagc - the colorpublic Font(WritableFont.FontName fn,
int ps,
xl.write.WritableFont.BoldStyle bs,
boolean it,
UnderlineStyle us,
Color c,
ScriptStyle ss)
ps - the point sizebs - the bold styleus - the underline stylefn - the font nameit - the italic flagc - the colorss - the script style
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||