Pacote | spark.core |
Interface | public interface IDisplayText extends IEventDispatcher |
Implementadores | TextBase |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.1, AIR 2.0 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
isTruncated : Boolean [somente leitura]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
Métodos públicos
Detalhes da propriedade
isTruncated | propriedade |
text | propriedade |
text:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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.
O valor padrão é "".
Implementação
public function get text():String
public function set text(value:String):void
Wed Jun 13 2018, 11:10 AM Z