public interface CellStyleHolder
Modifier and Type | Method and Description |
---|---|
SCellStyle |
getCellStyle()
Get the style, if it doesn't has local style, it will possible look up it's parent's style
|
SCellStyle |
getCellStyle(boolean local)
Get the cell style locally or look up from the parent
|
void |
setCellStyle(SCellStyle cellStyle)
Set the local style
|
SCellStyle getCellStyle()
getCellStyle(boolean)
void setCellStyle(SCellStyle cellStyle)
cellStyle
- the style to set, null to clean local styleSCellStyle getCellStyle(boolean local)
local
- true to get the local style onlyCopyright © 2020. All rights reserved.