Class SubtitleTemplate
java.lang.Object
com.orchestranetworks.addon.dex.configuration.SubtitleTemplate
Specifies the configuration used for the subtitle template in an exported file. The template can include a subtitle's starting position and text style.
- Since:
 - 2.3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplateinstance to represent the subtitle template.Returns the subtitle which will be exported in an Excel file.booleanReturns thetrueif the subtitle is exported in an Excel file.voidsetDataTemplate(DataTemplate dataTemplate) Sets theDataTemplateinstance to represent the subtitle template.voidsetSubtitle(String subtitle) Sets the subtitle which will be exported in an Excel file.voidsetSubtitleExported(boolean subtitleExported) Sets whether the subtitle is exported in an Excel file. 
- 
Constructor Details
- 
SubtitleTemplate
public SubtitleTemplate() 
 - 
 - 
Method Details
- 
getDataTemplate
Returns theDataTemplateinstance to represent the subtitle template. The template can include the starting position and text style in Excel file. - 
setDataTemplate
Sets theDataTemplateinstance to represent the subtitle template. The template can include the starting position and text style in Excel file. - 
isSubtitleExported
public boolean isSubtitleExported()Returns thetrueif the subtitle is exported in an Excel file. - 
setSubtitleExported
public void setSubtitleExported(boolean subtitleExported) Sets whether the subtitle is exported in an Excel file. - 
getSubtitle
Returns the subtitle which will be exported in an Excel file. - 
setSubtitle
Sets the subtitle which will be exported in an Excel file. 
 -