|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.xssf.usermodel.XSSFFontFormatting
public class XSSFFontFormatting
| Field Summary |
|---|
| Fields inherited from interface org.apache.poi.ss.usermodel.FontFormatting |
|---|
SS_NONE, SS_SUB, SS_SUPER, U_DOUBLE, U_DOUBLE_ACCOUNTING, U_NONE, U_SINGLE, U_SINGLE_ACCOUNTING |
| Method Summary | |
|---|---|
short |
getEscapementType()
get the type of super or subscript for the font |
XSSFColor |
getFontColor()
|
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 |
boolean |
isBold()
get whether the font weight is set to bold or not |
boolean |
isItalic()
|
boolean |
isStruckout()
XMLBeans and the XSD make this look like it can have multiple values, but it is maxOccurrs=1. |
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 |
setFontColor(Color color)
Sets the colour to use |
void |
setFontColorIndex(short color)
Sets the indexed colour to use |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 boolean isStruckout()
isStruckout in interface FontFormattingFontFormatting.isStruckout()public short getFontColorIndex()
getFontColorIndex in interface FontFormattingpublic void setFontColorIndex(short color)
FontFormatting
setFontColorIndex in interface FontFormattingcolor - font color indexpublic XSSFColor getFontColor()
getFontColor in interface FontFormattingpublic void setFontColor(Color color)
FontFormatting
setFontColor in interface FontFormattingcolor - font colour to usepublic 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 FontFormatting
public 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 FontFormatting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||