패키지 | spark.core |
인터페이스 | public interface IDisplayText extends IEventDispatcher |
구현자 | TextBase |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.0 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
isTruncated : Boolean [읽기 전용]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
공용 메서드
속성 세부 정보
isTruncated | 속성 |
text | 속성 |
text:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | 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.
기본값: "".
구현
public function get text():String
public function set text(value:String):void
Tue Jun 12 2018, 03:17 PM Z