| 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 |
Specifies the number of pixels from the baseline to the top of the tallest characters in the line. For a TextLine that contains only a
graphic element, ascent is set to 0.
Implementation public function get ascent():Numberdescent:Number [read-only]
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies the number of pixels from the baseline to the bottom of the lowest-descending characters in the line. For a TextLine that
contains only a graphic element, descent is set to 0.
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():NumberSee also
x: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
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00