public class ComposeSubtitleItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeSubtitleItem() |
ComposeSubtitleItem(ComposeSubtitleItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getStyleId()
Get The subtitle style ID, which corresponds to the `Id` field of `ComposeStyles`.
|
String |
getText()
Get The subtitle text.
|
ComposeTrackTime |
getTrackTime()
Get The time of the element in the timeline.
|
void |
setStyleId(String StyleId)
Set The subtitle style ID, which corresponds to the `Id` field of `ComposeStyles`.
|
void |
setText(String Text)
Set The subtitle text.
|
void |
setTrackTime(ComposeTrackTime TrackTime)
Set The time of the element in the timeline.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComposeSubtitleItem()
public ComposeSubtitleItem(ComposeSubtitleItem source)
public String getStyleId()
public void setStyleId(String StyleId)
StyleId
- The subtitle style ID, which corresponds to the `Id` field of `ComposeStyles`.public String getText()
public void setText(String Text)
Text
- The subtitle text.public ComposeTrackTime getTrackTime()
public void setTrackTime(ComposeTrackTime TrackTime)
TrackTime
- The time of the element in the timeline. If this is not specified, the element will follow the previous element.Copyright © 2024. All rights reserved.