Language version: | ActionScript 3.0
|
The TextLineCreationResult class is an enumeration of constant values used with
TextBlock.textLineCreationResult
.
public static const COMPLETE:String = "complete"
Language version: | ActionScript 3.0
|
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
|
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
|
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
|
Indicates the line was successfully broken.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00