public class LogicalCell extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
OfficeAnnotation |
getAnnotation() |
int |
getColumn() |
String |
getFormula() |
int |
getRow() |
Style |
getStyle()
Returns the mutable style of this cell.
|
Object |
getValue() |
void |
setAnnotation(OfficeAnnotation annotation) |
void |
setFormula(String formula) |
void |
setStyle(Style style) |
void |
setValue(Object value) |
public int getRow()
public int getColumn()
public Object getValue()
public void setValue(Object value)
public String getFormula()
public void setFormula(String formula)
public Style getStyle()
public void setStyle(Style style)
public OfficeAnnotation getAnnotation()
public void setAnnotation(OfficeAnnotation annotation)
public void clear()
Copyright © 2026. All rights reserved.