Package | Description |
---|---|
org.wicketstuff.html5.media.webvtt |
Modifier and Type | Method and Description |
---|---|
VttCue |
VttCue.setAlignment(VttCue.Alignment alignment)
Sets the alignment of the text
|
VttCue |
VttCue.setLine(String line)
Sets the position the text will appear vertically (number, percentage e.g.
|
VttCue |
VttCue.setNote(String note)
Sets the note of the cue
|
VttCue |
VttCue.setPosition(String position)
Sets the position the text will appear horizontally (percentage e.g.
|
VttCue |
VttCue.setRegion(VttRegion vttRegion)
Sets the region applied to the cue
|
VttCue |
VttCue.setSize(String size)
Sets the size (width of the text area)
|
VttCue |
VttCue.setVertical(VttCue.Vertical vertical)
Sets the text to be displayed vertically rather than horizontally, such as in some Asian
languages
|
VttCue |
VttCue.setVoiceSpan(String voiceSpan)
Sets a voice span applied to the cue
|
Modifier and Type | Method and Description |
---|---|
void |
WebVtt.addCue(VttCue vttCue)
Adds a cue
|
void |
WebVtt.removeCue(VttCue vttCue)
Removes a cue
|
Copyright © 2015. All rights reserved.