Pacote | xd.core.axm.view.components.support |
Interface | public interface IAXMRichTextEditorControlBar extends IEventDispatcher |
Implementadores | AXMRichTextEditorControlBar |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
IAXMRichTextEditorControlBar
interface.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
selectedFontColor : uint [somente leitura]
The selected font color. | IAXMRichTextEditorControlBar | ||
selectedFontFace : String [somente leitura]
The selectd font face. | IAXMRichTextEditorControlBar | ||
selectedFontSize : int [somente leitura]
The selectd font size. | IAXMRichTextEditorControlBar | ||
selectedListStylePosition : String [somente leitura]
The selected list style position. | IAXMRichTextEditorControlBar | ||
selectedListType : String [somente leitura]
The selected list type. | IAXMRichTextEditorControlBar | ||
selectedTextAlignment : String [somente leitura]
The selected alignment for the text. | IAXMRichTextEditorControlBar |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | IEventDispatcher | ||
Envia um evento para o fluxo de eventos. | IEventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | IEventDispatcher | ||
Remove um ouvinte do objeto EventDispatcher. | IEventDispatcher | ||
The update user interface. | IAXMRichTextEditorControlBar | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | IEventDispatcher |
Detalhes da propriedade
selectedFontColor | propriedade |
selectedFontColor:uint
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selected font color.
Implementação
public function get selectedFontColor():uint
selectedFontFace | propriedade |
selectedFontFace:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selectd font face.
Implementação
public function get selectedFontFace():String
selectedFontSize | propriedade |
selectedFontSize:int
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selectd font size.
Implementação
public function get selectedFontSize():int
selectedListStylePosition | propriedade |
selectedListStylePosition:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selected list style position.
Implementação
public function get selectedListStylePosition():String
selectedListType | propriedade |
selectedListType:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selected list type.
Implementação
public function get selectedListType():String
selectedTextAlignment | propriedade |
selectedTextAlignment:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The selected alignment for the text.
Implementação
public function get selectedTextAlignment():String
Detalhes do método
updateUI | () | método |
public function updateUI(textFormat:flashx.textLayout.formats:TextLayoutFormat):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The update user interface.
Parâmetros
textFormat:flashx.textLayout.formats:TextLayoutFormat — new format
|
Wed Jun 13 2018, 11:10 AM Z