Class TitleTemplate
java.lang.Object
com.orchestranetworks.addon.dex.configuration.TitleTemplate
Specifies the configuration used for the title template in the exported file, such as title's starting position and text style.
- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplate
instance to represent the title template in the Excel file.getTitle()
Returns the title which will be exported in the Excel file.boolean
Returnstrue
if the title is included in the Excel file export.void
setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the title template in the Excel file.void
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.
-
Constructor Details
-
TitleTemplate
public TitleTemplate()
-
-
Method Details
-
getDataTemplate
Returns theDataTemplate
instance to represent the title template in the Excel file. The template can include the starting position and text style. -
setDataTemplate
Sets theDataTemplate
instance to represent the title template in the Excel file. The template can include the starting position and text style. -
isTitleExported
public boolean isTitleExported()Returnstrue
if the title is included in the Excel file export. -
setTitleExported
public void setTitleExported(boolean titleExported) Sets whether the title is exported in the Excel file. -
getTitle
Returns the title which will be exported in the Excel file. -
setTitle
Sets the title which will be exported in the Excel file.
-