Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
DataTemplate |
SpreadsheetExportTemplate.getColumnTitleTemplate()
Returns the
DataTemplate instance to represent the column title template. |
DataTemplate |
SubtitleTemplate.getDataTemplate()
Returns the
DataTemplate instance to represent the subtitle template. |
DataTemplate |
SpreadsheetExportTemplate.getDataTemplate()
Returns the
DataTemplate instance to represent the data template. |
DataTemplate |
TitleTemplate.getDataTemplate()
Returns the
DataTemplate instance to represent the title template in the Excel file. |
DataTemplate |
SpreadsheetTemplate.getDataTemplate()
Returns the
DataTemplate to represent a cell data template in an Excel file. |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetExportTemplate.setColumnTitleTemplate(DataTemplate columnTitleTemplate)
Sets the
DataTemplate instance to represent the column title template. |
void |
SubtitleTemplate.setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate instance to represent the subtitle template. |
void |
SpreadsheetExportTemplate.setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate instance to represent the data template. |
void |
TitleTemplate.setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate instance to represent the title template in the Excel file. |