public interface CellStyle
Modifier and Type | Interface and Description |
---|---|
static class |
CellStyle.Alignment
The horizontal alignment
|
static class |
CellStyle.BorderType
The border type
|
static class |
CellStyle.FillPattern
The fill pattern
|
static class |
CellStyle.VerticalAlignment
The vertical alignment
|
Modifier and Type | Method and Description |
---|---|
CellStyle.Alignment |
getAlignment()
Gets the horizontal alignment
|
Color |
getBackColor() |
Color |
getBackgroundColor()
Deprecated.
since 3.5.0 , use
getFillColor() |
CellStyle.BorderType |
getBorderBottom() |
Color |
getBorderBottomColor() |
CellStyle.BorderType |
getBorderLeft() |
Color |
getBorderLeftColor() |
CellStyle.BorderType |
getBorderRight() |
Color |
getBorderRightColor() |
CellStyle.BorderType |
getBorderTop() |
Color |
getBorderTopColor() |
String |
getDataFormat() |
Color |
getFillColor() |
CellStyle.FillPattern |
getFillPattern()
Gets the fill/background pattern
|
Font |
getFont() |
CellStyle.VerticalAlignment |
getVerticalAlignment()
Gets vertical alignment
|
boolean |
isHidden() |
boolean |
isLocked() |
boolean |
isWrapText() |
Font getFont()
Color getBackgroundColor()
getFillColor()
Color getFillColor()
Color getBackColor()
CellStyle.FillPattern getFillPattern()
CellStyle.Alignment getAlignment()
CellStyle.VerticalAlignment getVerticalAlignment()
boolean isWrapText()
CellStyle.BorderType getBorderLeft()
CellStyle.BorderType getBorderTop()
CellStyle.BorderType getBorderRight()
CellStyle.BorderType getBorderBottom()
Color getBorderTopColor()
Color getBorderLeftColor()
Color getBorderBottomColor()
Color getBorderRightColor()
String getDataFormat()
boolean isLocked()
boolean isHidden()
Copyright © 2020. All rights reserved.