| Package | org.osmf.smpte.tt.captions |
| Class | public class TextAlignment |
| Inheritance | TextAlignment Enum Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | index : int [read-only] | Enum | |
![]() | name : String [read-only] | Enum | |
| value : String [read-only] | TextAlignment | ||
| Method | Defined By | ||
|---|---|---|---|
TextAlignment(value:String) | TextAlignment | ||
getConstants():Array [static] | TextAlignment | ||
parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):TextAlignment [static] | TextAlignment | ||
![]() | toString():String | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| Center : TextAlignment [static] | TextAlignment | ||
| End : TextAlignment [static] | TextAlignment | ||
| Justify : TextAlignment [static] | TextAlignment | ||
| Left : TextAlignment [static] | TextAlignment | ||
| Right : TextAlignment [static] | TextAlignment | ||
| Start : TextAlignment [static] | TextAlignment | ||
| value | property |
value:String [read-only] public function get value():String| TextAlignment | () | Constructor |
public function TextAlignment(value:String)value:String |
| getConstants | () | method |
public static function getConstants():ArrayReturnsArray |
| parseConstant | () | method |
public static function parseConstant(i_constantName:String, i_caseSensitive:Boolean = false):TextAlignmentParameters
i_constantName:String | |
i_caseSensitive:Boolean (default = false) |
TextAlignment |
| Center | Constant |
public static const Center:TextAlignment| End | Constant |
public static const End:TextAlignment| Justify | Constant |
public static const Justify:TextAlignment| Left | Constant |
public static const Left:TextAlignment| Right | Constant |
public static const Right:TextAlignment| Start | Constant |
public static const Start:TextAlignment