Package io.keikai.range.impl
Class SetCellStyleHelper
- java.lang.Object
-
- io.keikai.range.impl.RangeHelperBase
-
- io.keikai.range.impl.SetCellStyleHelper
-
- All Implemented Interfaces:
Serializable
public class SetCellStyleHelper extends RangeHelperBase
Helper for set cell, row, column style- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.keikai.range.impl.RangeHelperBase
range, sheet
-
-
Constructor Summary
Constructors Constructor Description SetCellStyleHelper(SRange range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCellStyle(SCellStyle style)
void
setWholeColumnCellStyle(SCellStyle style)
void
setWholeRowCellStyle(SCellStyle style)
-
Methods inherited from class io.keikai.range.impl.RangeHelperBase
getColumn, getFormatEngine, getFormattedText, getFormulaEngine, getLastColumn, getLastRow, getRow, isBlank, isWholeColumn, isWholeRow, isWholeSheet
-
-
-
-
Constructor Detail
-
SetCellStyleHelper
public SetCellStyleHelper(SRange range)
-
-
Method Detail
-
setCellStyle
public void setCellStyle(SCellStyle style)
-
setWholeRowCellStyle
public void setWholeRowCellStyle(SCellStyle style)
-
setWholeColumnCellStyle
public void setWholeColumnCellStyle(SCellStyle style)
-
-