Class SpreadsheetExportTemplate

java.lang.Object
com.orchestranetworks.addon.dex.configuration.SpreadsheetExportTemplate
All Implemented Interfaces:
SpreadsheetTemplate

public final class SpreadsheetExportTemplate extends Object implements SpreadsheetTemplate
Specifies a spreadsheet template configuration for exporting data to an Excel file.
Since:
2.3.0
  • Constructor Details

    • SpreadsheetExportTemplate

      public SpreadsheetExportTemplate()
  • Method Details

    • getTitleTemplate

      public TitleTemplate getTitleTemplate()
      Returns the TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.
    • setTitleTemplate

      public void setTitleTemplate(TitleTemplate titleTemplate)
      Sets the TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.
    • getSubtitleTemplate

      public SubtitleTemplate getSubtitleTemplate()
      Returns the SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.
    • setSubtitleTemplate

      public void setSubtitleTemplate(SubtitleTemplate subtitleTemplate)
      Sets the SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.
    • getColumnTitleTemplate

      public DataTemplate getColumnTitleTemplate()
      Returns the DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.
    • setColumnTitleTemplate

      public void setColumnTitleTemplate(DataTemplate columnTitleTemplate)
      Sets the DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.
    • getDataTemplate

      public DataTemplate getDataTemplate()
      Returns the DataTemplate instance to represent the data template. This can include the data starting position and text style in the exported file.
      Specified by:
      getDataTemplate in interface SpreadsheetTemplate
    • setDataTemplate

      public void setDataTemplate(DataTemplate dataTemplate)
      Sets the DataTemplate instance to represent the data template. This can include the data starting position and text style in the exported file.
    • isTableBorderUsed

      public boolean isTableBorderUsed()
      Returns true if a border is used for exported data.
    • setTableBorderUsed

      public void setTableBorderUsed(boolean tableBorderUsed)
      Sets whether a border is used for exported data.