| Package | org.osmf.smpte.tt.styling |
| Class | public class FontStyleAttributeValue |
| Inheritance | FontStyleAttributeValue Enum Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | index : int [read-only] | Enum | |
![]() | name : String [read-only] | Enum | |
| value : String [read-only] | FontStyleAttributeValue | ||
| Method | Defined By | ||
|---|---|---|---|
FontStyleAttributeValue(value:String) | FontStyleAttributeValue | ||
getConstants():Array [static] | FontStyleAttributeValue | ||
parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):FontStyleAttributeValue [static] | FontStyleAttributeValue | ||
![]() | toString():String | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| ITALIC : FontStyleAttributeValue [static] | FontStyleAttributeValue | ||
| OBLIQUE : FontStyleAttributeValue [static] | FontStyleAttributeValue | ||
| REGULAR : FontStyleAttributeValue [static] | FontStyleAttributeValue | ||
| REVERSE_OBLIQUE : FontStyleAttributeValue [static] | FontStyleAttributeValue | ||
| value | property |
value:String [read-only] public function get value():String| FontStyleAttributeValue | () | Constructor |
public function FontStyleAttributeValue(value:String)value:String |
| getConstants | () | method |
public static function getConstants():ArrayReturnsArray |
| parseConstant | () | method |
public static function parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):FontStyleAttributeValueParameters
i_constantName:String | |
i_caseSensitive:Boolean (default = false) |
FontStyleAttributeValue |
| ITALIC | Constant |
public static const ITALIC:FontStyleAttributeValue| OBLIQUE | Constant |
public static const OBLIQUE:FontStyleAttributeValue| REGULAR | Constant |
public static const REGULAR:FontStyleAttributeValue| REVERSE_OBLIQUE | Constant |
public static const REVERSE_OBLIQUE:FontStyleAttributeValue