public final class TitleTemplate extends Object
Constructor and Description |
---|
TitleTemplate() |
Modifier and Type | Method and Description |
---|---|
DataTemplate |
getDataTemplate()
Returns the
DataTemplate instance to represent the title template in the Excel file. |
String |
getTitle()
Returns the title which will be exported in the Excel file.
|
boolean |
isTitleExported()
Returns
true if the title is included in the Excel file export. |
void |
setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate instance to represent the title template in the Excel file. |
void |
setTitle(String title)
Sets the title which will be exported in the Excel file.
|
void |
setTitleExported(boolean titleExported)
Sets whether the title is exported in the Excel file.
|
public DataTemplate getDataTemplate()
DataTemplate
instance to represent the title template in the Excel file. The template can include the starting position and text style.public void setDataTemplate(DataTemplate dataTemplate)
DataTemplate
instance to represent the title template in the Excel file. The template can include the starting position and text style.public boolean isTitleExported()
true
if the title is included in the Excel file export.public void setTitleExported(boolean titleExported)
public String getTitle()
public void setTitle(String title)