public interface ICellData
Modifier and Type | Method and Description |
---|---|
void |
Assign(IMoleculeData structure)
Assigns the structure to the cell and sets the molecule data and format
|
void |
Assign(String data)
Assigns the string content and string format to the cell
|
String |
getFormat()
Returns the format of the assigned data.
|
String |
getTag()
Returns the ID assigned to the molecule content
|
chemaxon.formats.documents.jchemoffice.DataType |
getType()
Returns the type of the assigned data (structure or text)
|
Object |
getValue()
Returns the data assigned to the cell (string or molecule data)
|
void |
setTag(String tag)
Sets the ID of the molecule content
|
void Assign(IMoleculeData structure)
structure
- void Assign(String data)
data
- Object getValue()
chemaxon.formats.documents.jchemoffice.DataType getType()
String getFormat()
String getTag()
void setTag(String tag)
tag
-