public interface ICellStyle
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM |
static int |
LEFT |
static int |
RIGHT |
static int |
TOP |
| Modifier and Type | Method and Description |
|---|---|
short[][] |
getBorderRGB() |
org.apache.poi.ss.usermodel.BorderStyle[] |
getBorderStyle() |
short[] |
getFillBackgroundColor()
get the background fill color
|
short |
getFillBackgroundColorIndex() |
short[] |
getFillForegroundColor()
get the foreground fill color
|
short |
getFillForegroundColorIndex() |
org.apache.poi.ss.usermodel.FillPatternType |
getFillPattern() |
short |
getFormatIndex()
Get the index of the data format.
|
String |
getFormatString()
Get the format string
|
org.apache.poi.ss.usermodel.HorizontalAlignment |
getHorizontalAlignment()
get the type of horizontal alignment for the cell
|
int |
getIndent()
get the number of spaces to indent the text in the cell
|
int |
getRotation()
get the degree of rotation for the text in the cell
|
org.apache.poi.ss.usermodel.VerticalAlignment |
getVerticalAlignment()
get the type of vertical alignment for the cell
|
boolean |
isWrappedText()
get whether the text should be wrapped
|
static final int TOP
static final int RIGHT
static final int BOTTOM
static final int LEFT
short[][] getBorderRGB()
org.apache.poi.ss.usermodel.BorderStyle[] getBorderStyle()
short[] getFillBackgroundColor()
short[] getFillForegroundColor()
short getFillBackgroundColorIndex()
short getFillForegroundColorIndex()
org.apache.poi.ss.usermodel.FillPatternType getFillPattern()
org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlignment()
int getIndent()
int getRotation()
org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment()
boolean isWrappedText()
short getFormatIndex()
BuiltinFormats.DataFormatString getFormatString()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.