Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The TextLineCreationResult class is an enumeration of constant values used with
TextBlock.textLineCreationResult
.
public static const COMPLETE:String = "complete"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Indicates no line was created because all text in the block had already been broken.
public static const EMERGENCY:String = "emergency"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Indicates the line was created with an emergency break because no break opportunity
was available in the specified width.
public static const INSUFFICIENT_WIDTH:String = "insufficientWidth"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Indicates no line was created because no text could fit in the specified width
and fitSomething
was not specified in the call to createTextLine()
.
public static const SUCCESS:String = "success"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Indicates the line was successfully broken.