| Package | flash.text.engine | 
| Class | public final class LineJustification | 
| Inheritance | LineJustification  Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 | 
lineJustfication property 
of the TextJustifier subclasses. 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
|  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
|  | 
	 Indicates whether an object has a specified property defined. | Object | |
|  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter. | Object | |
|  | 
	 Indicates whether the specified property exists and is enumerable. | Object | |
|  | 
     Sets the availability of a dynamic property for loop operations. | Object | |
|  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
|  | 
	 Returns the string representation of the specified object. | Object | |
|  | 
	 Returns the primitive value of the specified object. | Object | |
Public Constants
| Constant | Defined 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.
Thu Dec 4 2014, 05:50 PM -08:00