| Paket | flash.text |
| Klasse | public final class TextFormatAlign |
| Vererbung | TextFormatAlign Object |
| Sprachversion: | ActionScript 3.0 |
| Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Verwandte API-Elemente
| Konstante | Definiert von | ||
|---|---|---|---|
| CENTER : String = "center" [statisch]
Konstante; zentriert den Text im Textfeld. | TextFormatAlign | ||
| END : String = "end" [statisch]
Konstante; richtet Text am Ende einer Zeile aus. | TextFormatAlign | ||
| JUSTIFY : String = "justify" [statisch]
Konstante; formatiert den Text im Textfeld als Blocksatz. | TextFormatAlign | ||
| LEFT : String = "left" [statisch]
Konstante; richtet Text innerhalb des Textfelds linksbündig aus. | TextFormatAlign | ||
| RIGHT : String = "right" [statisch]
Konstante; richtet Text innerhalb des Textfelds rechtsbündig aus. | TextFormatAlign | ||
| START : String = "start" [statisch]
Konstante; richtet Text am Anfang einer Zeile aus. | TextFormatAlign | ||
CENTER | Konstante |
public static const CENTER:String = "center"| Sprachversion: | ActionScript 3.0 |
| Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Konstante; zentriert den Text im Textfeld. Verwenden Sie die Syntax TextFormatAlign.CENTER.
Verwandte API-Elemente
END | Konstante |
public static const END:String = "end"| Sprachversion: | ActionScript 3.0 |
Konstante; richtet Text am Ende einer Zeile aus. Entspricht „rechts“ für Sprachen, die von links nach rechts, und „links“ für Sprachen, die von rechts nach links gelesen werden.
Die END-Konstante kann nur mit der StageText-Klasse verwendet werden.
Verwandte API-Elemente
JUSTIFY | Konstante |
public static const JUSTIFY:String = "justify"| Sprachversion: | ActionScript 3.0 |
| Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Konstante; formatiert den Text im Textfeld als Blocksatz. Verwenden Sie die Syntax TextFormatAlign.JUSTIFY.
Verwandte API-Elemente
LEFT | Konstante |
public static const LEFT:String = "left"| Sprachversion: | ActionScript 3.0 |
| Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Konstante; richtet Text innerhalb des Textfelds linksbündig aus. Verwenden Sie die Syntax TextFormatAlign.LEFT.
Verwandte API-Elemente
RIGHT | Konstante |
public static const RIGHT:String = "right"| Sprachversion: | ActionScript 3.0 |
| Laufzeitversionen: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Konstante; richtet Text innerhalb des Textfelds rechtsbündig aus. Verwenden Sie die Syntax TextFormatAlign.RIGHT.
Verwandte API-Elemente
START | Konstante |
public static const START:String = "start"| Sprachversion: | ActionScript 3.0 |
Konstante; richtet Text am Anfang einer Zeile aus. Entspricht „links“ für Sprachen, die von links nach rechts, und „rechts“ für Sprachen, die von rechts nach links gelesen werden.
Die START-Konstante kann nur mit der StageText-Klasse verwendet werden.
Verwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen