Class SpreadsheetExportTemplate
java.lang.Object
com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
- All Implemented Interfaces:
SpreadsheetTemplate
Specifies a spreadsheet template configuration for exporting data to an Excel file.
- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplate
instance to represent the column title template.Returns theDataTemplate
instance to represent the data template.Returns theSubtitleTemplate
instance to represent the subtitle template.Returns theTitleTemplate
instance to represent the title template.boolean
Returnstrue
if a border is used for exported data.void
setColumnTitleTemplate
(DataTemplate columnTitleTemplate) Sets theDataTemplate
instance to represent the column title template.void
setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the data template.void
setSubtitleTemplate
(SubtitleTemplate subtitleTemplate) Sets theSubtitleTemplate
instance to represent the subtitle template.void
setTableBorderUsed
(boolean tableBorderUsed) Sets whether a border is used for exported data.void
setTitleTemplate
(TitleTemplate titleTemplate) Sets theTitleTemplate
instance to represent the title template.
-
Constructor Details
-
SpreadsheetExportTemplate
public SpreadsheetExportTemplate()
-
-
Method Details
-
getTitleTemplate
Returns theTitleTemplate
instance to represent the title template. This can include a title's starting position and text style in the exported file. -
setTitleTemplate
Sets theTitleTemplate
instance to represent the title template. This can include a title's starting position and text style in the exported file. -
getSubtitleTemplate
Returns theSubtitleTemplate
instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file. -
setSubtitleTemplate
Sets theSubtitleTemplate
instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file. -
getColumnTitleTemplate
Returns theDataTemplate
instance to represent the column title template. This can include the header's starting position and text style in the exported file. -
setColumnTitleTemplate
Sets theDataTemplate
instance to represent the column title template. This can include the header's starting position and text style in the exported file. -
getDataTemplate
Returns theDataTemplate
instance to represent the data template. This can include the data starting position and text style in the exported file.- Specified by:
getDataTemplate
in interfaceSpreadsheetTemplate
-
setDataTemplate
Sets theDataTemplate
instance to represent the data template. This can include the data starting position and text style in the exported file. -
isTableBorderUsed
public boolean isTableBorderUsed()Returnstrue
if a border is used for exported data. -
setTableBorderUsed
public void setTableBorderUsed(boolean tableBorderUsed) Sets whether a border is used for exported data.
-