套件 | flash.text.engine |
類別 | public final class TextLineCreationResult |
繼承 | TextLineCreationResult Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
TextBlock.textLineCreationResult
搭配使用。
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
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, Flash Lite 4 |
指出未建立字行,因為區塊中的所有文字都已經斷行。
EMERGENCY | 常數 |
public static const EMERGENCY:String = "emergency"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
指出該行使用緊急斷行來建立,因為指定的寬度中沒有可用的斷行機會。
INSUFFICIENT_WIDTH | 常數 |
public static const INSUFFICIENT_WIDTH:String = "insufficientWidth"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
指出未建立字行,因為沒有文字符合指定的寬度,而且在 createTextLine()
呼叫中未指定 fitSomething
。
SUCCESS | 常數 |
public static const SUCCESS:String = "success"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
指出該行已經成功斷行。
Tue Jun 12 2018, 03:47 PM Z