jxl.format

Interface Font

public interface Font

Interface which exposes the user font display information to the user

Method Summary

int
getBoldWeight()
Gets the bold weight for this font
Colour
getColour()
Gets the colour for this font
String
getName()
Gets the name of this font
int
getPointSize()
Gets the point size for this font, if the font hasn't been initialized
ScriptStyle
getScriptStyle()
Gets the script style
UnderlineStyle
getUnderlineStyle()
Gets the underline style for this font
boolean
isItalic()
Returns the italic flag
boolean
isStruckout()
Returns the strike-out flag

Method Details

getBoldWeight

public int getBoldWeight()
Gets the bold weight for this font
Returns:
the bold weight for this font

getColour

public Colour getColour()
Gets the colour for this font
Returns:
the colour

getName

public String getName()
Gets the name of this font
Returns:
the name of this font

getPointSize

public int getPointSize()
Gets the point size for this font, if the font hasn't been initialized
Returns:
the point size

getScriptStyle

public ScriptStyle getScriptStyle()
Gets the script style
Returns:
the script style

getUnderlineStyle

public UnderlineStyle getUnderlineStyle()
Gets the underline style for this font
Returns:
the underline style

isItalic

public boolean isItalic()
Returns the italic flag
Returns:
TRUE if this font is italic, FALSE otherwise

isStruckout

public boolean isStruckout()
Returns the strike-out flag
Returns:
TRUE if this font is struck-out, FALSE otherwise