Packagespark.core
Interfacepublic interface IDisplayText extends flash.events.IEventDispatcher
Implementors TextBase

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10.1, AIR 2.0

The IDisplayText interface defines the properties and methods for simple text display.



Public Properties
 PropertyDefined 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
Property Detail
isTruncatedproperty
isTruncated:Boolean  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10.1, AIR 2.0

A flag that indicates whether the text has been truncated.


Implementation
    public function get isTruncated():Boolean
textproperty 
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