static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getAligmentApplier(CellStyle.Alignment alignment) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getBackColorApplier(Color color) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getDataFormatApplier(String format) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFillColorApplier(Color color) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontBoldweightApplier(Font.Boldweight boldweight) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontColorApplier(Color color) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontHeightPointsApplier(int fontHeightPoints) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontItalicApplier(boolean italic) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontNameApplier(String fontName) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontStrikeoutApplier(boolean strikeout) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontTypeOffsetApplier(Font.TypeOffset offset) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontUnderlineApplier(Font.Underline underline) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getIndentionApplier(int offset) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontBoldweightApplier(Font.Boldweight boldweight) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontColorApplier(Color color) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontHeightPointsApplier(int heightPoints) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontItalicApplier(boolean italic) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontNameApplier(String fontName) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontStrikeoutApplier(boolean strikeout) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontTypeOffsetApplier(Font.TypeOffset offset) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontUnderlineApplier(Font.Underline underline) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRotationApplier(short rotation) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getVerticalAligmentApplier(CellStyle.VerticalAlignment alignment) |
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getWrapTextApplier(boolean wraptext) |
|