public final class DataTemplate extends Object
| Constructor and Description |
|---|
DataTemplate() |
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
getDataFormat()
Returns
DataFormat instance to represent the cell data format. |
DataPosition |
getDataPosition()
Returns
DataPosition instance to represent the cell data position. |
void |
setDataFormat(DataFormat dataFormat)
Sets
DataFormat instance to represent the cell data format. |
void |
setDataPosition(DataPosition dataPosition)
Sets
DataPosition instance to represent the cell data position. |
public DataPosition getDataPosition()
DataPosition instance to represent the cell data position.public void setDataPosition(DataPosition dataPosition)
DataPosition instance to represent the cell data position.public DataFormat getDataFormat()
DataFormat instance to represent the cell data format.public void setDataFormat(DataFormat dataFormat)
DataFormat instance to represent the cell data format.