套件 | flashx.textLayout.factory |
類別 | public final class TruncationOptions |
繼承 | TruncationOptions Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
lineCountLimit : int
建立的行數上限。 | TruncationOptions | ||
truncationIndicator : String
用於指示因為行數限制而不能完全顯示內容的字串。 | TruncationOptions | ||
truncationIndicatorFormat : flashx.textLayout.formats:ITextLayoutFormat
套用到截斷指示器字串的樣式。 | TruncationOptions |
公用方法
方法 | 定義自 | ||
---|---|---|---|
TruncationOptions(truncationIndicator:String, lineCountLimit:int, truncationIndicatorFormat:flashx.textLayout.formats:ITextLayoutFormat = null)
建立 TruncationOptions 物件。 | TruncationOptions | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL_ELLIPSIS : String = "…" [靜態]
定義 truncationIndicator 屬性值 \u2026,這代表水平省略符號。 | TruncationOptions | ||
NO_LINE_COUNT_LIMIT : int = -1 [靜態]
定義 lineCountLimit 屬性值 -1,代表無限制。 | TruncationOptions |
屬性詳細資訊
lineCountLimit | 屬性 |
truncationIndicator | 屬性 |
truncationIndicatorFormat | 屬性 |
truncationIndicatorFormat:flashx.textLayout.formats:ITextLayoutFormat
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
套用到截斷指示器字串的樣式。
實作
public function get truncationIndicatorFormat():flashx.textLayout.formats:ITextLayoutFormat
public function set truncationIndicatorFormat(value:flashx.textLayout.formats:ITextLayoutFormat):void
建構函式詳細資料
TruncationOptions | () | 建構函式 |
public function TruncationOptions(truncationIndicator:String, lineCountLimit:int, truncationIndicatorFormat:flashx.textLayout.formats:ITextLayoutFormat = null)
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
建立 TruncationOptions 物件。
參數truncationIndicator:String (default = NaN ) — 該字串用於指出文字已經被截斷。出現在組成文字的結尾。預設值是水平省略符號 (U+2026)。
| |
lineCountLimit:int (default = NaN ) — 以允許的行數上限做為指定截斷準則的形式。預設值 NO_LINE_COUNT_LIMIT 表示沒有行數限制。
| |
truncationIndicatorFormat:flashx.textLayout.formats:ITextLayoutFormat (default = null ) — 指定截斷指示器的格式。null 格式 (預設值) 指定截斷指示器將假設內容格式正好在截斷點之前。以簡單字串做為輸入的 TextLineFactory 方法也會忽略此參數,並實作預設行為。
|
常數詳細資訊
HORIZONTAL_ELLIPSIS | 常數 |
public static const HORIZONTAL_ELLIPSIS:String = "…"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
定義 truncationIndicator
屬性值 \u2026
,這代表水平省略符號。
相關 API 元素
NO_LINE_COUNT_LIMIT | 常數 |
public static const NO_LINE_COUNT_LIMIT:int = -1
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
定義 lineCountLimit
屬性值 -1
,代表無限制。
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z