public final class SubtitleTemplate extends Object
Constructor and Description |
---|
SubtitleTemplate() |
Modifier and Type | Method and Description |
---|---|
DataTemplate |
getDataTemplate()
Returns the
DataTemplate instance to represent the subtitle template. |
String |
getSubtitle()
Returns the subtitle which will be exported in an Excel file.
|
boolean |
isSubtitleExported()
Returns the
true if the subtitle is exported in an Excel file. |
void |
setDataTemplate(DataTemplate dataTemplate)
Sets the
DataTemplate 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.
|
public DataTemplate getDataTemplate()
DataTemplate
instance to represent the subtitle template. The template can include the starting position and text style in Excel file.public void setDataTemplate(DataTemplate dataTemplate)
DataTemplate
instance to represent the subtitle template. The template can include the starting position and text style in Excel file.public boolean isSubtitleExported()
true
if the subtitle is exported in an Excel file.public void setSubtitleExported(boolean subtitleExported)
public String getSubtitle()
public void setSubtitle(String subtitle)