Attributes

open class Attributes

All XML attributes recognized in a TTML document.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val BEGIN: String = "begin"
Link copied to clipboard
val BG_COLOR: String = "backgroundColor"
Link copied to clipboard
val COLOR: String = "color"
Link copied to clipboard
val DISPLAY_ALIGN: String = "displayAlign"
Link copied to clipboard
val END: String = "end"
Link copied to clipboard
val EXTENT: String = "extent"
Link copied to clipboard
val FONT_FAMILY: String = "fontFamily"
Link copied to clipboard
val FONT_SIZE: String = "fontSize"
Link copied to clipboard
val FONT_STYLE: String = "fontStyle"
Link copied to clipboard
val FONT_WEIGHT: String = "fontWeight"
Link copied to clipboard
val ID: String = "id"
Link copied to clipboard
val ORIGIN: String = "origin"
Link copied to clipboard
val REGION: String = "region"
Link copied to clipboard
val STYLE: String = "style"
Link copied to clipboard
val TEXT_ALIGN: String = "textAlign"
Link copied to clipboard
val TEXT_DECORATION: String = "textDecoration"