|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 
	 The IVerticalJustificationLine interface defines the methods and properties required to allow
	 the vertical justification of text lines.
	 
	 
ascent:Number  [read-only] 
|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 Implementation     public function get ascent():Numberdescent:Number  [read-only] 
|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 Implementation     public function get descent():Numberheight:Number  [read-only] 
|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 The height of the line in pixels.
		 
		 
 Implementation     public function get height():Numberx:Number|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 
		 The horizontal position of the line relative to its container, expressed as the offset in pixels from the 
		 left of the container.
		 
		 
 Implementation     public function get x():Number    public function set x(value:Number):voidSee also
y:Number|  Language Version :  | ActionScript 3.0 | 
|  Runtime Versions :  | Flash Player  10, AIR 1.5 | 
 
		 The vertical position of the line relative to its container, expressed as the offset in pixels from the top 
		 of the container.
		 
		 
 Implementation     public function get y():Number    public function set y(value:Number):voidSee also
Wed Nov 15 2017, 09:50 AM +01:00