패키지 | flashx.textLayout.operations |
클래스 | public class CreateSubParagraphGroupOperation |
상속 | CreateSubParagraphGroupOperation FlowTextOperation FlowOperation Object |
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
absoluteEnd : int
이 작업을 적용할 텍스트 범위의 절대 끝점입니다. | FlowTextOperation | ||
absoluteStart : int
이 작업을 적용할 텍스트 범위의 절대 시작 지점입니다. | FlowTextOperation | ||
beginGeneration : uint [읽기 전용]
작업 전의 텍스트 흐름 생성입니다. | FlowOperation | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
endGeneration : uint [읽기 전용]
작업 후의 텍스트 흐름 생성입니다. | FlowOperation | ||
format : flashx.textLayout.formats:ITextLayoutFormat 새 SubParagraphGroupElement에 적용할 서식입니다.
| CreateSubParagraphGroupOperation | ||
newSubParagraphGroupElement : SubParagraphGroupElement [읽기 전용] 새 SubParagraphGroupElement입니다. | CreateSubParagraphGroupOperation | ||
originalSelectionState : SelectionState
작업의 시작 부분에 있는 선택 영역 상태입니다. | FlowTextOperation | ||
parent : FlowGroupElement
이 작업이 수정할 요소를 지정합니다. | CreateSubParagraphGroupOperation | ||
textFlow : flashx.textLayout.elements:TextFlow
이 작업을 적용할 TextFlow 객체입니다. | FlowOperation | ||
userData : *
요소와 관련된 임의의 데이터입니다. | FlowOperation |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
CreateSubParagraphGroupOperation(operationState:SelectionState, parent:FlowGroupElement = null, format:flashx.textLayout.formats:ITextLayoutFormat = null)
생성자입니다. | CreateSubParagraphGroupOperation | ||
이 작업이 실행 취소 스택에 배치되는지 테스트합니다. | FlowOperation | ||
작업을 실행합니다. | FlowOperation | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
[재정의]
작업을 다시 실행합니다. | FlowTextOperation | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
작업을 되돌립니다. | FlowOperation | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
속성 세부 정보
format | 속성 |
format:flashx.textLayout.formats:ITextLayoutFormat
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
새 SubParagraphGroupElement에 적용할 서식입니다.
구현
public function get format():flashx.textLayout.formats:ITextLayoutFormat
public function set format(value:flashx.textLayout.formats:ITextLayoutFormat):void
newSubParagraphGroupElement | 속성 |
newSubParagraphGroupElement:SubParagraphGroupElement
[읽기 전용] 언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
새 SubParagraphGroupElement입니다.
구현
public function get newSubParagraphGroupElement():SubParagraphGroupElement
parent | 속성 |
parent:FlowGroupElement
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
이 작업이 수정할 요소를 지정합니다.
구현
public function get parent():FlowGroupElement
public function set parent(value:FlowGroupElement):void
생성자 세부 정보
CreateSubParagraphGroupOperation | () | 생성자 |
public function CreateSubParagraphGroupOperation(operationState:SelectionState, parent:FlowGroupElement = null, format:flashx.textLayout.formats:ITextLayoutFormat = null)
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
생성자입니다. 이 작업은 선택 범위의 첫 번째 단락에 단일 SubParagraphGroupElement를 생성합니다. 해당 단락에는 하나 이상의 문자가 선택되어 있어야 합니다. 단락 종결자는 해당 선택 항목까지 카운트하지 않습니다. spgeParent를 지정하면 spgeParent에 포함된 선택 범위 내에 SubParagraphGroupElement가 생성됩니다.
매개 변수operationState:SelectionState — 작업을 적용할 선택 항목입니다.
| |
parent:FlowGroupElement (default = null ) — spge 요소의 선택적 부모입니다. 지정되지 않으면 선택 항목을 기반으로 하나가 선택됩니다.
| |
format:flashx.textLayout.formats:ITextLayoutFormat (default = null ) — 새 spge 요소에 설정할 선택적 서식입니다.
|
Tue Jun 12 2018, 03:17 PM Z