| 包 | flash.text.engine |
| 类 | public final class TextLineCreationResult |
| 继承 | TextLineCreationResult Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
TextBlock.textLineCreationResult 一起使用的常量值的枚举。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| COMPLETE : String = "complete" [静态] 指示没有创建任何行,因为块中的所有文本已经断开。 | TextLineCreationResult | ||
| EMERGENCY : String = "emergency" [静态] 指示由于指定宽度中不可换行而通过备用换行符来创建行。 | TextLineCreationResult | ||
| INSUFFICIENT_WIDTH : String = "insufficientWidth" [静态] 指示没有创建任何行,因为没有任何文本可以适合指定的宽度,并且在对 createTextLine() 的调用中未指定 fitSomething。 | TextLineCreationResult | ||
| SUCCESS : String = "success" [静态] 指示行已成功断开。 | TextLineCreationResult | ||
| COMPLETE | 常量 |
public static const COMPLETE:String = "complete"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
指示没有创建任何行,因为块中的所有文本已经断开。
| EMERGENCY | 常量 |
public static const EMERGENCY:String = "emergency"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
指示由于指定宽度中不可换行而通过备用换行符来创建行。
| INSUFFICIENT_WIDTH | 常量 |
public static const INSUFFICIENT_WIDTH:String = "insufficientWidth"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
指示没有创建任何行,因为没有任何文本可以适合指定的宽度,并且在对 createTextLine() 的调用中未指定 fitSomething。
| SUCCESS | 常量 |
public static const SUCCESS:String = "success"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | Flash Player 10, AIR 1.5 |
指示行已成功断开。