Package | org.osmf.smpte.tt.styling |
Class | public class LineHeight |
Inheritance | LineHeight ![]() ![]() |
Subclasses | NormalHeight |
Property | Defined By | ||
---|---|---|---|
![]() | cellColumns : int [static] | NumberPair | |
![]() | cellRows : int [static] | NumberPair | |
![]() | first : Number [read-only] | NumberPair | |
height : Number [read-only] | LineHeight | ||
![]() | second : Number [read-only] | NumberPair | |
![]() | unitMeasureHorizontal : Unit | NumberPair | |
![]() | unitMeasureVertical : Unit | NumberPair | |
width : Number [read-only] | LineHeight |
Method | Defined By | ||
---|---|---|---|
LineHeight(p_expression:*) | LineHeight | ||
getLineHeight(value:*):LineHeight [static] | LineHeight | ||
![]() | isEmpty():Boolean | NumberPair | |
![]() | setCellSize(p_expression:String):void [static]
Set the number of cells up into which to divide the render canvas
| NumberPair | |
![]() | setContext(p_width:Number, p_height:Number):void
% sizes are not valid unless this has been set. | NumberPair | |
![]() | setFontContext(p_width:Number, p_height:Number):void
em sizes are not valid unless this has been set. | NumberPair | |
![]() | toString():String | NumberPair |
height | property |
height:Number
[read-only] public function get height():Number
width | property |
width:Number
[read-only] public function get width():Number
LineHeight | () | Constructor |
public function LineHeight(p_expression:*)
p_expression:* |
getLineHeight | () | method |