| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
The TextLineCreationResult class is an enumeration of constant values used with
TextBlock.textLineCreationResult.
public static const COMPLETE:String = "complete"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Used to indicate 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 |
| Player Version : | Flash Player 10 |
Used to indicate 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 |
| Player Version : | Flash Player 10 |
Used to indicate 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 |
| Player Version : | Flash Player 10 |
Used to indicate the line was succesfully broken.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00