Package | spark.core |
Interface | public interface IDisplayText extends IEventDispatcher |
Implementors | TextBase |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Public Properties
Property | Defined By | ||
---|---|---|---|
isTruncated : Boolean [read-only]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
Public Methods
Property Detail
isTruncated | property |
text | property |
text:String
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | 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.
The default value is "".
Implementation
public function get text():String
public function set text(value:String):void
Thu Dec 6 2018, 01:12 PM -08:00