TextFormat align [AS 2]
Klasa: TextFormat
Kompatybilność: ActionScript 1.0, Flash 6+
Ciąg znaków, określający wyrównanie paragrafu.
Możesz nadać tą właściwość na statyczne oraz dynamiczne pola tekstowe. Dostępne wartości to:
"left"
--Paragraf jest wyrównany do lewej strony."center"
--Paragraf jest wyrównany do środka"right"
--Paragraf jest wyrównany do prawej strony."justify"
--Paragraf jest wyjustowany. (Wartość dodana w Flash Player 8.)
Domyślna wartość to NULL, która określa, że właściwość nie jest zdefiniowana.
Listing
var format:TextFormat = new TextFormat();
format.align = "justify";
var txtField:TextField = this.createTextField("txtField", this.getNextHighestDepth(), 100, 100, 300, 100);
txtField.multiline = true;
txtField.wordWrap = true;
txtField.border = true;
txtField.text = "When this text is justified, it will be "
+ "spread out to more cleanly fill the horizontal "
+ "space for each line. This can be considered an "
+ "improvement over regular left-aligned text that "
+ "will simply wrap and do no more.";
txtField.setTextFormat(format);
format.align = "justify";
var txtField:TextField = this.createTextField("txtField", this.getNextHighestDepth(), 100, 100, 300, 100);
txtField.multiline = true;
txtField.wordWrap = true;
txtField.border = true;
txtField.text = "When this text is justified, it will be "
+ "spread out to more cleanly fill the horizontal "
+ "space for each line. This can be considered an "
+ "improvement over regular left-aligned text that "
+ "will simply wrap and do no more.";
txtField.setTextFormat(format);
Dodano przez: divix
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno