public final class SpreadsheetExportTemplate extends Object implements SpreadsheetTemplate
| Constructor and Description |
|---|
SpreadsheetExportTemplate() |
| Modifier and Type | Method and Description |
|---|---|
DataTemplate |
getColumnTitleTemplate()
Returns the
DataTemplate instance to represent the column title template. |
DataTemplate |
getDataTemplate()
Returns the
DataTemplate instance to represent the data template. |
SubtitleTemplate |
getSubtitleTemplate()
Returns the
SubtitleTemplate instance to represent the subtitle template. |
TitleTemplate |
getTitleTemplate()
Returns the
TitleTemplate instance to represent the title template. |
boolean |
isTableBorderUsed()
Returns
true if a border is used for exported data. |
void |
setColumnTitleTemplate(DataTemplate columnTitleTemplate)
Sets the
DataTemplate instance to represent the column title template. |
void |
setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate instance to represent the data template. |
void |
setSubtitleTemplate(SubtitleTemplate subtitleTemplate)
Sets the
SubtitleTemplate instance to represent the subtitle template. |
void |
setTableBorderUsed(boolean tableBorderUsed)
Sets whether a border is used for exported data.
|
void |
setTitleTemplate(TitleTemplate titleTemplate)
Sets the
TitleTemplate instance to represent the title template. |
public TitleTemplate getTitleTemplate()
TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.public void setTitleTemplate(TitleTemplate titleTemplate)
TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.public SubtitleTemplate getSubtitleTemplate()
SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.public void setSubtitleTemplate(SubtitleTemplate subtitleTemplate)
SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.public DataTemplate getColumnTitleTemplate()
DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.public void setColumnTitleTemplate(DataTemplate columnTitleTemplate)
DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.public DataTemplate getDataTemplate()
DataTemplate instance to represent the data template. This can include the data starting position and text style in the exported file.getDataTemplate in interface SpreadsheetTemplatepublic void setDataTemplate(DataTemplate dataTemplate)
DataTemplate instance to represent the data template. This can include the data starting position and text style in the exported file.public boolean isTableBorderUsed()
true if a border is used for exported data.public void setTableBorderUsed(boolean tableBorderUsed)