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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplateinstance to represent the column title template.Returns theDataTemplateinstance to represent the data template.Returns theSubtitleTemplateinstance to represent the subtitle template.Returns theTitleTemplateinstance to represent the title template.booleanReturnstrueif a border is used for exported data.voidsetColumnTitleTemplate(DataTemplate columnTitleTemplate) Sets theDataTemplateinstance to represent the column title template.voidsetDataTemplate(DataTemplate dataTemplate) Sets theDataTemplateinstance to represent the data template.voidsetSubtitleTemplate(SubtitleTemplate subtitleTemplate) Sets theSubtitleTemplateinstance to represent the subtitle template.voidsetTableBorderUsed(boolean tableBorderUsed) Sets whether a border is used for exported data.voidsetTitleTemplate(TitleTemplate titleTemplate) Sets theTitleTemplateinstance to represent the title template.
-
Constructor Details
-
SpreadsheetExportTemplate
public SpreadsheetExportTemplate()
-
-
Method Details
-
getTitleTemplate
Returns theTitleTemplateinstance to represent the title template. This can include a title's starting position and text style in the exported file. -
setTitleTemplate
Sets theTitleTemplateinstance to represent the title template. This can include a title's starting position and text style in the exported file. -
getSubtitleTemplate
Returns theSubtitleTemplateinstance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file. -
setSubtitleTemplate
Sets theSubtitleTemplateinstance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file. -
getColumnTitleTemplate
Returns theDataTemplateinstance to represent the column title template. This can include the header's starting position and text style in the exported file. -
setColumnTitleTemplate
Sets theDataTemplateinstance to represent the column title template. This can include the header's starting position and text style in the exported file. -
getDataTemplate
Returns theDataTemplateinstance to represent the data template. This can include the data starting position and text style in the exported file.- Specified by:
getDataTemplatein interfaceSpreadsheetTemplate
-
setDataTemplate
Sets theDataTemplateinstance to represent the data template. This can include the data starting position and text style in the exported file. -
isTableBorderUsed
public boolean isTableBorderUsed()Returnstrueif a border is used for exported data. -
setTableBorderUsed
public void setTableBorderUsed(boolean tableBorderUsed) Sets whether a border is used for exported data.
-