| 패키지 | xd.core.axm.view.components.support |
| 인터페이스 | public interface IAXMRichTextEditorControlBar extends IEventDispatcher |
| 구현자 | AXMRichTextEditorControlBar |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
IAXMRichTextEditorControlBar interface.
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| selectedFontColor : uint [읽기 전용]
The selected font color. | IAXMRichTextEditorControlBar | ||
| selectedFontFace : String [읽기 전용]
The selectd font face. | IAXMRichTextEditorControlBar | ||
| selectedFontSize : int [읽기 전용]
The selectd font size. | IAXMRichTextEditorControlBar | ||
| selectedListStylePosition : String [읽기 전용]
The selected list style position. | IAXMRichTextEditorControlBar | ||
| selectedListType : String [읽기 전용]
The selected list type. | IAXMRichTextEditorControlBar | ||
| selectedTextAlignment : String [읽기 전용]
The selected alignment for the text. | IAXMRichTextEditorControlBar | ||
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | IEventDispatcher | |
![]() |
이벤트를 이벤트 흐름으로 전달합니다. | IEventDispatcher | |
![]() |
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | |
![]() |
EventDispatcher 객체에서 리스너를 제거합니다. | IEventDispatcher | |
The update user interface. | IAXMRichTextEditorControlBar | ||
![]() |
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | |
속성 세부 정보
selectedFontColor | 속성 |
selectedFontFace | 속성 |
selectedFontSize | 속성 |
selectedListStylePosition | 속성 |
selectedListType | 속성 |
selectedTextAlignment | 속성 |
메서드 세부 정보
updateUI | () | 메서드 |
public function updateUI(textFormat:flashx.textLayout.formats:TextLayoutFormat):void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
The update user interface.
매개 변수
textFormat:flashx.textLayout.formats:TextLayoutFormat — new format
|
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 메서드 숨기기
상속되는 공용 메서드 표시