public class CellBuffer extends Object implements Serializable
Constructor and Description |
---|
CellBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
applyComment(SCell destCell) |
void |
applyHyperlink(SCell destCell) |
void |
applyStyle(SCell destCell) |
void |
applyValue(SCell destCell) |
static CellBuffer |
bufferAll(SCell cell) |
int |
getColIndex() |
SComment |
getComment() |
SConditionalFormatting |
getConditionalFormatting() |
String |
getFormula() |
SHyperlink |
getHyperlink() |
int |
getRowIndex() |
SCellStyle |
getStyle() |
SCell.CellType |
getType() |
SDataValidation |
getValidation() |
Object |
getValue() |
boolean |
isNull() |
void |
setColIndex(int col) |
void |
setComment(SComment comment) |
void |
setConditionalFormatting(SConditionalFormatting cfmt) |
void |
setFormula(String formula) |
void |
setHyperlink(SHyperlink hyperlink) |
void |
setNull(boolean isNull) |
void |
setRowIndex(int row) |
void |
setStyle(SCellStyle style) |
void |
setType(SCell.CellType type) |
void |
setValidation(SDataValidation validation) |
void |
setValue(Object value) |
public int getRowIndex()
public void setRowIndex(int row)
public int getColIndex()
public void setColIndex(int col)
public boolean isNull()
public void setNull(boolean isNull)
public SCell.CellType getType()
public void setType(SCell.CellType type)
public Object getValue()
public void setValue(Object value)
public String getFormula()
public void setFormula(String formula)
public SCellStyle getStyle()
public void setStyle(SCellStyle style)
public SComment getComment()
public void setComment(SComment comment)
public SDataValidation getValidation()
public void setValidation(SDataValidation validation)
public SHyperlink getHyperlink()
public void setHyperlink(SHyperlink hyperlink)
public static CellBuffer bufferAll(SCell cell)
public void applyStyle(SCell destCell)
public void applyValue(SCell destCell)
public void applyComment(SCell destCell)
public void applyHyperlink(SCell destCell)
public SConditionalFormatting getConditionalFormatting()
public void setConditionalFormatting(SConditionalFormatting cfmt)
Copyright © 2020. All rights reserved.