Package | xd.core.axm.view.components.support |
Interface | public interface IAXMRichTextEditorControlBar extends IEventDispatcher |
Implementors | AXMRichTextEditorControlBar |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
IAXMRichTextEditorControlBar
interface.
Public Properties
Property | Defined By | ||
---|---|---|---|
selectedFontColor : uint [read-only]
The selected font color. | IAXMRichTextEditorControlBar | ||
selectedFontFace : String [read-only]
The selectd font face. | IAXMRichTextEditorControlBar | ||
selectedFontSize : int [read-only]
The selectd font size. | IAXMRichTextEditorControlBar | ||
selectedListStylePosition : String [read-only]
The selected list style position. | IAXMRichTextEditorControlBar | ||
selectedListType : String [read-only]
The selected list type. | IAXMRichTextEditorControlBar | ||
selectedTextAlignment : String [read-only]
The selected alignment for the text. | IAXMRichTextEditorControlBar |
Public Methods
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
The update user interface. | IAXMRichTextEditorControlBar | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Property Detail
selectedFontColor | property |
selectedFontFace | property |
selectedFontSize | property |
selectedListStylePosition | property |
selectedListStylePosition:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The selected list style position.
Implementation
public function get selectedListStylePosition():String
selectedListType | property |
selectedTextAlignment | property |
selectedTextAlignment:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The selected alignment for the text.
Implementation
public function get selectedTextAlignment():String
Method Detail
updateUI | () | method |
public function updateUI(textFormat:flashx.textLayout.formats:TextLayoutFormat):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The update user interface.
Parameters
textFormat:flashx.textLayout.formats:TextLayoutFormat — new format
|
Mon Nov 28 2011, 06:48 AM -08:00