(Beta)
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
Public Methods
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.
Wed Nov 21 2018, 06:34 AM -08:00