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
-
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplate
instance to represent the subtitle template.Returns the subtitle which will be exported in an Excel file.boolean
Returns thetrue
if the subtitle is exported in an Excel file.void
setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the subtitle template.void
setSubtitle
(String subtitle) Sets the subtitle which will be exported in an Excel file.void
setSubtitleExported
(boolean subtitleExported) Sets whether the subtitle is exported in an Excel file.
-
Constructor Details
-
SubtitleTemplate
public SubtitleTemplate()
-
-
Method Details
-
getDataTemplate
Returns theDataTemplate
instance to represent the subtitle template. The template can include the starting position and text style in Excel file. -
setDataTemplate
Sets theDataTemplate
instance to represent the subtitle template. The template can include the starting position and text style in Excel file. -
isSubtitleExported
public boolean isSubtitleExported()Returns thetrue
if 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.
-