Packageflash.text.engine
Classpublic final class LineJustification
InheritanceLineJustification Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 1.5

The LineJustification class is an enumeration of constant values used in setting the lineJustfication property of the TextJustifier subclasses.

See also

TextJustifier.lineJustification


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  ALL_BUT_LAST : String = "allButLast"
[static] Justify all but the last line.
LineJustification
  ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak"
[static] Justify all but the last line and lines ending in mandatory breaks.
LineJustification
  ALL_INCLUDING_LAST : String = "allIncludingLast"
[static] Justify all lines.
LineJustification
  UNJUSTIFIED : String = "unjustified"
[static] Do not justify lines.
LineJustification
Constant detail
ALL_BUT_LASTconstant
public static const ALL_BUT_LAST:String = "allButLast"

Language version: ActionScript 3.0
Runtime version: AIR 1.5

Justify all but the last line.

ALL_BUT_MANDATORY_BREAKconstant 
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"

Language version: ActionScript 3.0
Runtime version: 

Justify all but the last line and lines ending in mandatory breaks.

ALL_INCLUDING_LASTconstant 
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"

Language version: ActionScript 3.0
Runtime version: AIR 1.5

Justify all lines.

UNJUSTIFIEDconstant 
public static const UNJUSTIFIED:String = "unjustified"

Language version: ActionScript 3.0
Runtime version: AIR 1.5

Do not justify lines.