| Pakiet | spark.core |
| Interfejs | public interface IDisplayText extends IEventDispatcher |
| Implementory | TextBase |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.0 |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| isTruncated : Boolean [tylko do odczytu]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
| text : String
The text displayed by this text component. | IDisplayText | ||
Metody publiczne
Szczegół właściwości
isTruncated | właściwość |
text | właściwość |
text:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.0 |
The text displayed by this text component.
The formatting of this text is controlled by CSS styles. The supported styles depend on the subclass.
Wartością domyślną jest "".
Implementacja
public function get text():String public function set text(value:String):voidTue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone metody publiczne
Pokaż dziedziczone metody publiczne