Package | Description |
---|---|
org.wicketstuff.html5.media.webvtt |
Modifier and Type | Method and Description |
---|---|
VttCue.Vertical |
VttCue.getVertical()
Gets the vertical behavior
|
static VttCue.Vertical |
VttCue.Vertical.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VttCue.Vertical[] |
VttCue.Vertical.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VttCue |
VttCue.setVertical(VttCue.Vertical vertical)
Sets the text to be displayed vertically rather than horizontally, such as in some Asian
languages
|
Copyright © 2015. All rights reserved.