| Package | flashx.textLayout.utils | 
| Class | public final class NavigationUtil | 
| Inheritance | NavigationUtil    Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
NavigationUtil.method(parameter).
	 
	 | Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| Method | Defined By | ||
|---|---|---|---|
[static] 
		 Sets the TextRange at the end of the document.  | NavigationUtil | ||
[static] 
		 Sets the TextRange at the end of the line.  | NavigationUtil | ||
[static] 
		 Sets the TextRange at the end of the paragraph.  | NavigationUtil | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
[static]  
		 Returns the absolute position of the next atom.  | NavigationUtil | ||
[static] 
		 Sets the TextRange forward by one character.  | NavigationUtil | ||
[static] 
		 Sets the TextRange down one line
		   | NavigationUtil | ||
[static] 
		 Sets the TextRange down one page.  | NavigationUtil | ||
[static] 
		 Sets the TextRange forward by one word.  | NavigationUtil | ||
[static]  
		 Returns the absolute position of the beginning of the next word.  | NavigationUtil | ||
[static]  
		 Returns the absolute position of the previous atom.  | NavigationUtil | ||
previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [static] 
		 Sets the TextRange backward by one character.  | NavigationUtil | ||
[static] 
		 Sets the TextRange up one line.  | NavigationUtil | ||
[static] 
		 Sets the TextRange up one page.  | NavigationUtil | ||
[static] 
		 Sets the TextRange backward by one word.  | NavigationUtil | ||
[static]  
		 Returns absolute position of the beginning of the previous word.  | NavigationUtil | ||
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [static] 
		 Sets the TextRange at the beginning of the document.  | NavigationUtil | ||
[static] 
		 Sets the TextRange at the beginning of the line.  | NavigationUtil | ||
startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [static] 
		 Sets the TextRange at the beginning of the paragraph.  | NavigationUtil | ||
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
endOfDocument | () | method | 
 public static function endOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the end of the document.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
endOfLine | () | method | 
 public static function endOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the end of the line.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
endOfParagraph | () | method | 
 public static function endOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the end of the paragraph.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
nextAtomPosition | () | method | 
 public static function nextAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Returns the absolute position of the next atom.
Parameters
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int | 
int | 
nextCharacter | () | method | 
 public static function nextCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange forward by one character.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
nextLine | () | method | 
 public static function nextLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange down one line
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
nextPage | () | method | 
 public static function nextPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange down one page.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
nextWord | () | method | 
 public static function nextWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange forward by one word.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
nextWordPosition | () | method | 
 public static function nextWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Returns the absolute position of the beginning of the next word.
Parameters
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int | 
int | 
previousAtomPosition | () | method | 
 public static function previousAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Returns the absolute position of the previous atom.
Parameters
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int | 
int | 
previousCharacter | () | method | 
 public static function previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange backward by one character.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
previousLine | () | method | 
 public static function previousLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange up one line.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
previousPage | () | method | 
 public static function previousPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange up one page.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
previousWord | () | method | 
 public static function previousWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange backward by one word.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
previousWordPosition | () | method | 
 public static function previousWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Returns absolute position of the beginning of the previous word.
Parameters
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int | 
int | 
startOfDocument | () | method | 
 public static function startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the beginning of the document.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
startOfLine | () | method | 
 public static function startOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the beginning of the line.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
startOfParagraph | () | method | 
 public static function startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the TextRange at the beginning of the paragraph.
Parameters
range:flashx.textLayout.elements:TextRange — Indicates that only activeIndex should move
		  | |
extendSelection:Boolean (default = false) | 
Boolean — true if selection changed.
		  | 
Thu Dec 4 2014, 05:50 PM -08:00
 