| Package | flash.text.engine |
| Class | public final class LineJustification |
| Inheritance | LineJustification Object |
lineJustfication property
of the TextJustifier subclasses.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL_BUT_LAST : String = "allButLast" [static]
Directs the text engine to justify all but the last line. | LineJustification | ||
| ALL_INCLUDING_LAST : String = "allIncludingLast" [static]
Directs the text engine to justify all lines. | LineJustification | ||
| UNJUSTIFIED : String = "unjustified" [static]
Directs the text engine to generate unjustified lines. | LineJustification | ||
| ALL_BUT_LAST | Constant |
public static const ALL_BUT_LAST:String = "allButLast"Directs the text engine to justify all but the last line.
| ALL_INCLUDING_LAST | Constant |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"Directs the text engine to justify all lines.
| UNJUSTIFIED | Constant |
public static const UNJUSTIFIED:String = "unjustified"Directs the text engine to generate unjustified lines.