jxl.format
Interface Font
Interface which exposes the user font display information to the user
getBoldWeight
public int getBoldWeight()
Gets the bold weight for this font
- the bold weight for this font
getColour
public Colour getColour()
Gets the colour for this font
getName
public String getName()
Gets the name of this font
getPointSize
public int getPointSize()
Gets the point size for this font, if the font hasn't been initialized
getScriptStyle
public ScriptStyle getScriptStyle()
Gets the script style
getUnderlineStyle
public UnderlineStyle getUnderlineStyle()
Gets the underline style for this font
isItalic
public boolean isItalic()
Returns the italic flag
- TRUE if this font is italic, FALSE otherwise
isStruckout
public boolean isStruckout()
Returns the strike-out flag
- TRUE if this font is struck-out, FALSE otherwise