Class DataTemplate
java.lang.Object
com.orchestranetworks.addon.dex.configuration.DataTemplate
Defines a data cell's template in an Excel file.
- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsDataFormat
instance to represent the cell data format.ReturnsDataPosition
instance to represent the cell data position.void
setDataFormat
(DataFormat dataFormat) SetsDataFormat
instance to represent the cell data format.void
setDataPosition
(DataPosition dataPosition) SetsDataPosition
instance to represent the cell data position.
-
Constructor Details
-
DataTemplate
public DataTemplate()
-
-
Method Details
-
getDataPosition
ReturnsDataPosition
instance to represent the cell data position. -
setDataPosition
SetsDataPosition
instance to represent the cell data position. -
getDataFormat
ReturnsDataFormat
instance to represent the cell data format. -
setDataFormat
SetsDataFormat
instance to represent the cell data format.
-