ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.text.engine 

LineJustification  - AS3

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

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

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

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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_LAST

Constant
public static const ALL_BUT_LAST:String = "allButLast"

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

Justify all but the last line.

ALL_BUT_MANDATORY_BREAK

Constant 
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0, Flash Player 13

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

ALL_INCLUDING_LAST

Constant 
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"

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

Justify all lines.

UNJUSTIFIED

Constant 
public static const UNJUSTIFIED:String = "unjustified"

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

Do not justify lines.