Package io.keikai.model
Interface CellStyleHolder
- All Known Subinterfaces:
SCell,SColumn,SColumnArray,SRow
- All Known Implementing Classes:
AbstractCellAdv,AbstractColumnArrayAdv,AbstractRowAdv,CellImpl,ColumnArrayImpl,RowImpl
public interface CellStyleHolder
the style holder interface
- Since:
- 3.5.0
- Author:
- Dennis
-
Method Summary
Modifier and TypeMethodDescriptionGet the style, if it doesn't has local style, it will possible look up it's parent's stylegetCellStyle(boolean local) Get the cell style locally or look up from the parentvoidsetCellStyle(SCellStyle cellStyle) Set the local style
-
Method Details
-
getCellStyle
SCellStyle getCellStyle()Get the style, if it doesn't has local style, it will possible look up it's parent's style- See Also:
-
setCellStyle
Set the local style- Parameters:
cellStyle- the style to set, null to clean local style
-
getCellStyle
Get the cell style locally or look up from the parent- Parameters:
local- true to get the local style only
-