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