public class XSSFFontFormatting extends java.lang.Object implements FontFormatting
SS_NONE, SS_SUB, SS_SUPER, U_DOUBLE, U_DOUBLE_ACCOUNTING, U_NONE, U_SINGLE, U_SINGLE_ACCOUNTING| Modifier and Type | Method and Description |
|---|---|
short |
getEscapementType()
get the type of super or subscript for the font
|
short |
getFontColorIndex() |
int |
getFontHeight()
gets the height of the font in 1/20th point units
|
short |
getUnderlineType()
get the type of underlining for the font
|
XSSFColor |
getXSSFColor() |
boolean |
isBold()
get whether the font weight is set to bold or not
|
boolean |
isItalic() |
void |
resetFontStyle()
set font style options to default values (non-italic, non-bold)
|
void |
setEscapementType(short escapementType)
set the escapement type for the font
|
void |
setFontColorIndex(short color) |
void |
setFontHeight(int height)
Sets the height of the font in 1/20th point units
|
void |
setFontStyle(boolean italic,
boolean bold)
set font style options.
|
void |
setUnderlineType(short underlineType)
set the type of underlining type for the font
|
public short getEscapementType()
getEscapementType in interface FontFormattingFontFormatting.SS_NONE,
FontFormatting.SS_SUPER,
FontFormatting.SS_SUBpublic void setEscapementType(short escapementType)
setEscapementType in interface FontFormattingescapementType - super or subscript optionFontFormatting.SS_NONE,
FontFormatting.SS_SUPER,
FontFormatting.SS_SUBpublic short getFontColorIndex()
getFontColorIndex in interface FontFormattingpublic void setFontColorIndex(short color)
setFontColorIndex in interface FontFormattingcolor - font color indexpublic XSSFColor getXSSFColor()
public int getFontHeight()
getFontHeight in interface FontFormattingpublic void setFontHeight(int height)
setFontHeight in interface FontFormattingheight - the height in twips (in points/20)public short getUnderlineType()
getUnderlineType in interface FontFormattingFontFormatting.U_NONE,
FontFormatting.U_SINGLE,
FontFormatting.U_DOUBLE,
FontFormatting.U_SINGLE_ACCOUNTING,
FontFormatting.U_DOUBLE_ACCOUNTINGpublic void setUnderlineType(short underlineType)
setUnderlineType in interface FontFormattingunderlineType - super or subscript optionFontFormatting.U_NONE,
FontFormatting.U_SINGLE,
FontFormatting.U_DOUBLE,
FontFormatting.U_SINGLE_ACCOUNTING,
FontFormatting.U_DOUBLE_ACCOUNTINGpublic boolean isBold()
isBold in interface FontFormattingpublic boolean isItalic()
isItalic in interface FontFormattingpublic void setFontStyle(boolean italic,
boolean bold)
setFontStyle in interface FontFormattingitalic - - if true, set posture style to italic, otherwise to normalbold - if true, set font weight to bold, otherwise to normalpublic void resetFontStyle()
resetFontStyle in interface FontFormattingCopyright 2014 The Apache Software Foundation or its licensors, as applicable.