Adobe® Flash® Platform용 ActionScript® 3.0 참조 설명서
 |  패키지 및 클래스 목록 숨기기 |  패키지  |  클래스  |  새로운 내용  |  색인  |  부록  |  영어로 표시되는 이유
필터: 서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
flashx.textLayout.operations 

ApplyTCYOperation  - AS3

패키지flashx.textLayout.operations
클래스public class ApplyTCYOperation
상속ApplyTCYOperation Inheritance FlowTextOperation Inheritance FlowOperation Inheritance Object

언어 버전: ActionScript 3.0
런타임 버전: Flash Player 10, AIR 1.5

ApplyTCYOperation 클래스는 TCY 변형을 캡슐화합니다.

관련 API 요소



공용 속성
 속성정의 주체
 InheritedabsoluteEnd : int
이 작업을 적용할 텍스트 범위의 절대 끝점입니다.
FlowTextOperation
 InheritedabsoluteStart : int
이 작업을 적용할 텍스트 범위의 절대 시작 지점입니다.
FlowTextOperation
 InheritedbeginGeneration : uint
[읽기 전용] 작업 전의 텍스트 흐름 생성입니다.
FlowOperation
 Inheritedconstructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다.
Object
 InheritedendGeneration : uint
[읽기 전용] 작업 후의 텍스트 흐름 생성입니다.
FlowOperation
  newTCYElement : flashx.textLayout.elements:TCYElement
[읽기 전용] doOperation이 생성한 TCYElement입니다.
ApplyTCYOperation
 InheritedoriginalSelectionState : SelectionState
작업의 시작 부분에 있는 선택 영역 상태입니다.
FlowTextOperation
  tcyOn : Boolean
TCY 서식을 적용할지 또는 제거할지 여부를 나타냅니다.
ApplyTCYOperation
 InheritedtextFlow : flashx.textLayout.elements:TextFlow
이 작업을 적용할 TextFlow 객체입니다.
FlowOperation
 InheriteduserData : *
요소와 관련된 임의의 데이터입니다.
FlowOperation
공용 메서드
 메서드정의 주체
  
ApplyTCYOperation 객체를 만듭니다.
ApplyTCYOperation
 Inherited
이 작업이 실행 취소 스택에 배치되는지 테스트합니다.
FlowOperation
 Inherited
작업을 실행합니다.
FlowOperation
 Inherited
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다.
Object
 Inherited
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다.
Object
 Inherited
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다.
Object
 Inherited
[재정의] 작업을 다시 실행합니다.
FlowTextOperation
 Inherited
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다.
Object
 Inherited
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다.
Object
 Inherited
지정된 객체의 문자열 표현을 반환합니다.
Object
 Inherited
작업을 되돌립니다.
FlowOperation
 Inherited
지정된 객체의 프리미티브 값을 반환합니다.
Object
속성 세부 정보

newTCYElement

속성
newTCYElement:flashx.textLayout.elements:TCYElement  [읽기 전용]

언어 버전: ActionScript 3.0
런타임 버전: Flash Player 10, AIR 2.0

doOperation이 생성한 TCYElement입니다.



구현
    public function get newTCYElement():flashx.textLayout.elements:TCYElement

tcyOn

속성 
tcyOn:Boolean

언어 버전: ActionScript 3.0
런타임 버전: Flash Player 10, AIR 1.5

TCY 서식을 적용할지 또는 제거할지 여부를 나타냅니다.

true인 경우 이 작업은 TCY 요소로 범위를 변형합니다. false인 경우 이 작업은 범위의 첫 번째 TCY 요소에서 TCY 서식을 제거합니다.



구현
    public function get tcyOn():Boolean
    public function set tcyOn(value:Boolean):void

관련 API 요소

생성자 세부 정보

ApplyTCYOperation

()생성자
public function ApplyTCYOperation(operationState:SelectionState, tcyOn:Boolean)

언어 버전: ActionScript 3.0
런타임 버전: Flash Player 10, AIR 1.5

ApplyTCYOperation 객체를 만듭니다.

매개 변수
operationState:SelectionState — 작업을 적용할 텍스트의 범위를 설명합니다.
 
tcyOn:Boolean — TCY를 적용(true)할지 또는 제거(false)할지 지정합니다.




[ X ]영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.

ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.