패키지 | flashx.textLayout.utils |
클래스 | public final class NavigationUtil |
상속 | NavigationUtil Object |
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
NavigationUtil.method(매개 변수
) 구문을 사용하여 호출해야 합니다.
공용 속성
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
[정적]
문서 끝에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
줄 끝에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
단락 끝에 TextRange를 설정합니다. | NavigationUtil | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
[정적]
다음 아톰의 절대 위치를 반환합니다. | NavigationUtil | ||
[정적]
한 문자 뒤에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
한 줄 아래에 TextRange를 설정합니다.
| NavigationUtil | ||
[정적]
한 페이지 아래에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
한 단어 뒤에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
다음 단어가 시작하는 절대 위치를 반환합니다. | NavigationUtil | ||
[정적]
앞 아톰의 절대 위치를 반환합니다. | NavigationUtil | ||
previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [정적]
한 문자 앞에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
한 줄 위에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
한 페이지 위에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
한 단어 앞에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
앞 단어가 시작하는 절대 위치를 반환합니다. | NavigationUtil | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [정적]
문서 시작 부분에 TextRange를 설정합니다. | NavigationUtil | ||
[정적]
줄 시작 부분에 TextRange를 설정합니다. | NavigationUtil | ||
startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [정적]
단락 시작 부분에 TextRange를 설정합니다. | NavigationUtil | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
메서드 세부 정보
endOfDocument | () | 메서드 |
public static function endOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
문서 끝에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
endOfLine | () | 메서드 |
public static function endOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
줄 끝에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
endOfParagraph | () | 메서드 |
public static function endOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
단락 끝에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
nextAtomPosition | () | 메서드 |
public static function nextAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
다음 아톰의 절대 위치를 반환합니다.
매개 변수
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
nextCharacter | () | 메서드 |
public static function nextCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 문자 뒤에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
nextLine | () | 메서드 |
public static function nextLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 줄 아래에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
nextPage | () | 메서드 |
public static function nextPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 페이지 아래에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
nextWord | () | 메서드 |
public static function nextWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 단어 뒤에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
nextWordPosition | () | 메서드 |
public static function nextWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
다음 단어가 시작하는 절대 위치를 반환합니다.
매개 변수
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
previousAtomPosition | () | 메서드 |
public static function previousAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
앞 아톰의 절대 위치를 반환합니다.
매개 변수
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
previousCharacter | () | 메서드 |
public static function previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 문자 앞에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
previousLine | () | 메서드 |
public static function previousLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 줄 위에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
previousPage | () | 메서드 |
public static function previousPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 페이지 위에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
previousWord | () | 메서드 |
public static function previousWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
한 단어 앞에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
previousWordPosition | () | 메서드 |
public static function previousWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
앞 단어가 시작하는 절대 위치를 반환합니다.
매개 변수
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
startOfDocument | () | 메서드 |
public static function startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
문서 시작 부분에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
startOfLine | () | 메서드 |
public static function startOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
줄 시작 부분에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
startOfParagraph | () | 메서드 |
public static function startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
단락 시작 부분에 TextRange를 설정합니다.
매개 변수
range:flashx.textLayout.elements:TextRange — activeIndex만 이동해야 함을 나타냅니다.
| |
extendSelection:Boolean (default = false )
|
Boolean — 선택 영역이 변경된 경우 true입니다.
|
Tue Jun 12 2018, 03:17 PM Z