All Methods Static Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static SCellStyle |
cloneCellStyle(SBook book,
SCellStyle style) |
static SCellStyle |
cloneCellStyle(SCell cell) |
static SCellStyle |
getBottomStyle(SCellStyle cellStyle,
SCellStyle tbStyle)
Deprecated.
|
static SCellStyle |
getBottomStyle(SCellStyle cellStyle,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static SCellStyle |
getFillStyle(SCellStyle cellStyle,
SCellStyle tbStyle)
Deprecated.
|
static SCellStyle |
getFillStyle(SCellStyle cellStyle,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static SFont |
getFontStyle(SBook book,
SCellStyle cellStyle,
SCellStyle tbCellStyle)
Deprecated.
|
static SFont |
getFontStyle(SBook book,
SCellStyle cellStyle,
SCellStyle tbCellStyle,
SConditionalStyle cdStyle) |
static SCellStyle |
getLeftStyle(SCellStyle cellStyle,
SCellStyle tbStyle)
Deprecated.
|
static SCellStyle |
getLeftStyle(SCellStyle cellStyle,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static SCellStyle |
getRightStyle(SCellStyle cellStyle,
SCellStyle tbStyle)
Deprecated.
|
static SCellStyle |
getRightStyle(SCellStyle cellStyle,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static SCellStyle |
getTopStyle(SCellStyle cellStyle,
SCellStyle tbStyle)
Deprecated.
|
static SCellStyle |
getTopStyle(SCellStyle cellStyle,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static SCellStyle |
prepareStyle(SCell srcCell) |
static void |
setBackColor(SBook book,
CellStyleHolder holder,
String htmlColor) |
static void |
setBorder(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
setBorder(SBook book,
CellStyleHolder holder,
String htmlColor,
SBorder.BorderType lineStyle,
short at) |
static void |
setBorderBottom(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
setBorderLeft(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
setBorderRight(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
setBorderTop(SBook book,
CellStyleHolder holder,
String color,
SBorder.BorderType linestyle) |
static void |
setDataFormat(SBook book,
CellStyleHolder holder,
String format) |
static void |
setFillColor(SBook book,
CellStyleHolder holder,
String htmlColor) |
static void |
setFillOptions(SBook book,
CellStyleHolder holder,
String bgColor,
String fillColor,
SFill.FillPattern pattern) |
static void |
setFontBoldWeight(SBook book,
CellStyleHolder holder,
SFont.Boldweight boldWeight) |
static void |
setFontColor(SBook book,
CellStyleHolder holder,
String color) |
static void |
setFontHeightPoints(SBook book,
CellStyleHolder holder,
int fontHeightPoints) |
static void |
setFontItalic(SBook book,
CellStyleHolder holder,
boolean italic) |
static void |
setFontName(SBook book,
CellStyleHolder holder,
String name) |
static void |
setFontStrikethrough(SBook book,
CellStyleHolder holder,
boolean strikeout) |
static void |
setFontTypeOffset(SBook book,
CellStyleHolder holder,
SFont.TypeOffset offset) |
static void |
setFontUnderline(SBook book,
CellStyleHolder holder,
SFont.Underline underline) |
static void |
setNewCellStyle(CellStyleHolder holder,
SCellStyle cellStyle) |
static boolean |
setRichTextFontBoldweight(SBook book,
SCell cell,
SFont.Boldweight bold) |
static boolean |
setRichTextFontColor(SBook book,
SCell cell,
String htmlColor) |
static boolean |
setRichTextFontHeightPoints(SBook book,
SCell cell,
int heightPoints) |
static boolean |
setRichTextFontItalic(SBook book,
SCell cell,
boolean italic) |
static boolean |
setRichTextFontName(SBook book,
SCell cell,
String name) |
static boolean |
setRichTextFontStrikeout(SBook book,
SCell cell,
boolean strike) |
static boolean |
setRichTextFontTypeOffset(SBook book,
SCell cell,
SFont.TypeOffset offset) |
static boolean |
setRichTextFontUnderline(SBook book,
SCell cell,
SFont.Underline underline) |
static void |
setTextHAlign(SBook book,
CellStyleHolder holder,
SCellStyle.Alignment align) |
static void |
setTextIndention(SBook book,
CellStyleHolder holder,
int indent) |
static void |
setTextIndentionOffset(SBook book,
CellStyleHolder holder,
int offset) |
static void |
setTextRotation(SBook book,
CellStyleHolder holder,
int rotation) |
static void |
setTextVAlign(SBook book,
CellStyleHolder holder,
SCellStyle.VerticalAlignment valign) |
static void |
setTextWrap(SBook book,
CellStyleHolder holder,
boolean wrap) |