ITextTrackCue
Represents a text track cue.
Gets or sets a string representing the text track cue alignment, as
follows. If it is start alignment: the string "start". If it is middle
alignment: the string "middle". If it is end alignment: the string "end".
If it is left alignment: the string "left". If it is right alignment:
the string "right".
Gets or sets the text track cue end time, in seconds.
Event triggered after entering.
Event triggered after exiting.
Gets the text track cue identifier.
Gets or sets the text track cue pause-on-exit flag.
Gets or sets the text track cue snap-to-lines flag.
Gets or sets the text track cue line position. In the case of
the value being auto, the string "auto" is returned.
Gets or sets the text track cue text position.
Gets or sets the text track cue size.
Gets or sets the text track cue start time, in seconds.
Gets or sets the text track cue text in raw unparsed form.
Gets the assigned track for this cue.
Gets or sets a string representing the text track cue writing direction,
as follows. If it is horizontal: The empty string. If it is vertical
growing left: The string "rl". If it is vertical growing right: The string "lr".
Returns the text track cue text as a DocumentFragment of HTML elements
and other DOM nodes.