Package | flash.text.engine |
Class | public final class LineJustification |
Inheritance | LineJustification Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
lineJustfication
property
of the TextJustifier subclasses.
See also
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 |
ALL_BUT_LAST | constant |
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_BREAK | constant |
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_LAST | constant |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Justify all lines.
UNJUSTIFIED | constant |
public static const UNJUSTIFIED:String = "unjustified"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Do not justify lines.