Block

open class Block : StyledElement

Represents a single timed-text element.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
The background color string.
Link copied to clipboard
open fun getBeginTime(): Int
Deprecated.
Link copied to clipboard
The starting time of the element in milliseconds.
Link copied to clipboard
open fun getColor(): String
The color string.
Link copied to clipboard
open fun getEndTime(): Int
Deprecated.
Link copied to clipboard
open fun getEndTimeLong(): Long
The ending time of the element in milliseconds.
Link copied to clipboard
open fun getFontFamily(): String
Link copied to clipboard
open fun getFontSize(): Length
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getID(): String
The identifier of the element.
Link copied to clipboard
open fun getRegion(): String
The region name for this timed-text element.
Link copied to clipboard
open fun getStyleName(): String
The style name string.
Link copied to clipboard
Link copied to clipboard
open fun setBackgroundColor(backgroundColor: String)
The background color string.
Link copied to clipboard
open fun setBeginTime(beginTime: Int)
Deprecated.
open fun setBeginTime(beginTime: Long)
The starting time of the element in milliseconds.
Link copied to clipboard
open fun setColor(color: String)
The color string.
Link copied to clipboard
open fun setEndTime(endTime: Int)
Deprecated.
open fun setEndTime(endTime: Long)
The ending time of the element in milliseconds.
Link copied to clipboard
open fun setFontFamily(fontFamily: String)
Link copied to clipboard
open fun setFontSize(fontSize: Length)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setID(id: String)
The identifier of the element.
Link copied to clipboard
open fun setRegion(region: String)
The region name for this timed-text element.
Link copied to clipboard
open fun setStyleName(styleName: String)
The style name string.
Link copied to clipboard
Link copied to clipboard