パッケージ | flashx.textLayout.formats |
クラス | public final class FormatValue |
継承 | FormatValue Object |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
INHERIT
定数は、プロパティが親の値を継承することを指定します。これに対し、AUTO
定数は、内部アルゴリズムによってプロパティ値が自動的に決定されることを指定します。例えば、これらの値を使用して TextLayoutFormat.columnWidth
を設定できます。一般に、プロパティの記述は、これらの定数を受け入れるかどうかを示します。
関連する API エレメント
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
AUTO : String = "auto" [静的] プロパティ値が自動的に生成されることを指定します。 | FormatValue | ||
INHERIT : String = "inherit" [静的] プロパティが親の値を継承することを指定します。 | FormatValue | ||
NONE : String = "none" [静的] プロパティ値が none であることを指定します。 | FormatValue |
定数の詳細
AUTO | 定数 |
public static const AUTO:String = "auto"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
プロパティ値が自動的に生成されることを指定します。
INHERIT | 定数 |
public static const INHERIT:String = "inherit"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
プロパティが親の値を継承することを指定します。
NONE | 定数 |
public static const NONE:String = "none"
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
プロパティ値が none であることを指定します。
Tue Jun 12 2018, 10:34 AM Z