Packageflashx.textLayout.compose
Interfacepublic interface IVerticalJustificationLine
Implementors TextFlowLine

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.



Public Properties
 PropertyDefined By
  ascent : Number
[read-only]
IVerticalJustificationLine
  descent : Number
[read-only]
IVerticalJustificationLine
  height : Number
[read-only] The height of the line in pixels.
IVerticalJustificationLine
  x : Number
The horizontal position of the line relative to its container, expressed as the offset in pixels from the left of the container.
IVerticalJustificationLine
  y : Number
The vertical position of the line relative to its container, expressed as the offset in pixels from the top of the container.
IVerticalJustificationLine
Property Detail
ascentproperty
ascent:Number  [read-only]

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5


Implementation
    public function get ascent():Number
descentproperty 
descent:Number  [read-only]

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5


Implementation
    public function get descent():Number
heightproperty 
height: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():Number
xproperty 
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):void

See also

yproperty 
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):void

See also