套件 | flashx.textLayout.elements |
類別 | public final class InlineGraphicElementStatus |
繼承 | InlineGraphicElementStatus Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
InLineGraphicElement.status
的值。
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
ERROR : String = "error" [靜態] 載入參照的圖形期間發生錯誤。 | InlineGraphicElementStatus | ||
LOADING : String = "loading" [靜態] 已在 URL 圖形元素上啟動載入 (但未完成)。 | InlineGraphicElementStatus | ||
LOAD_PENDING : String = "loadPending" [靜態] 圖形元素是尚未載入的 URL。 | InlineGraphicElementStatus | ||
READY : String = "ready" [靜態] 圖形已完全載入且大小適當。 | InlineGraphicElementStatus | ||
SIZE_PENDING : String = "sizePending" [靜態]
寬度/高度為「auto」或百分比的圖形元素已完成載入,但尚未重新撰寫。 | InlineGraphicElementStatus |
常數詳細資訊
ERROR | 常數 |
public static const ERROR:String = "error"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
載入參照的圖形期間發生錯誤。
LOAD_PENDING | 常數 |
public static const LOAD_PENDING:String = "loadPending"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
圖形元素是尚未載入的 URL。
LOADING | 常數 |
public static const LOADING:String = "loading"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
已在 URL 圖形元素上啟動載入 (但未完成)。
READY | 常數 |
public static const READY:String = "ready"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
圖形已完全載入且大小適當。
SIZE_PENDING | 常數 |
public static const SIZE_PENDING:String = "sizePending"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5 |
寬度/高度為「auto」或百分比的圖形元素已完成載入,但尚未重新撰寫。下次重新撰寫時,會計算圖形元素的實際大小。
Tue Jun 12 2018, 03:47 PM Z