Package io.keikai.model.impl
Class CellBuffer
java.lang.Object
io.keikai.model.impl.CellBuffer
- All Implemented Interfaces:
Serializable
a help class to hold cell data and apply to another
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyComment(SCell destCell) voidapplyHyperlink(SCell destCell) voidapplyStyle(SCell destCell) voidapplyValue(SCell destCell) static CellBufferintgetNames()intgetStyle()getType()getValue()booleanisNull()voidsetColIndex(int col) voidsetComment(SComment comment) voidvoidsetFormula(String formula) voidsetHyperlink(SHyperlink hyperlink) voidvoidsetNull(boolean isNull) voidsetRowIndex(int row) voidsetStyle(SCellStyle style) voidsetType(SCell.CellType type) voidsetValidation(SDataValidation validation) void
-
Constructor Details
-
CellBuffer
public CellBuffer()
-
-
Method Details
-
getRowIndex
public int getRowIndex() -
setRowIndex
public void setRowIndex(int row) -
getColIndex
public int getColIndex() -
setColIndex
public void setColIndex(int col) -
isNull
public boolean isNull() -
setNull
public void setNull(boolean isNull) -
getType
-
setType
-
getValue
-
setValue
-
getFormula
-
setFormula
-
setNames
-
getNames
-
getStyle
-
setStyle
-
getComment
-
setComment
-
getValidation
-
setValidation
-
getHyperlink
-
setHyperlink
-
bufferAll
-
applyStyle
-
applyValue
-
applyComment
-
applyHyperlink
-
getConditionalFormatting
-
setConditionalFormatting
-