Pacote | flashx.textLayout.utils |
Classe | public final class NavigationUtil |
Herança | NavigationUtil Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
NavigationUtil.method(parameter)
.
Método | Definido por | ||
---|---|---|---|
[estático]
Coloca o TextRange no final do documento. | NavigationUtil | ||
[estático]
Coloca o TextRange no final da linha. | NavigationUtil | ||
[estático]
Coloca o TextRange no final do parágrafo. | NavigationUtil | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
[estático]
Retorna a posição absoluta do próximo átomo. | NavigationUtil | ||
[estático]
Avança o TextRange em um caractere. | NavigationUtil | ||
[estático]
Faz TextRange descer uma linha
| NavigationUtil | ||
[estático]
Faz TextRange descer uma página | NavigationUtil | ||
[estático]
Avança o TextRange em uma palavra. | NavigationUtil | ||
[estático]
Retorna a posição absoluta do início da palavra seguinte. | NavigationUtil | ||
[estático]
Retorna a posição absoluta do átomo anterior. | NavigationUtil | ||
previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [estático]
Retrocede o TextRange em um caractere. | NavigationUtil | ||
[estático]
Faz TextRange subir uma linha | NavigationUtil | ||
[estático]
Faz TextRange subir uma página. | NavigationUtil | ||
[estático]
Retrocede o TextRange em uma palavra. | NavigationUtil | ||
[estático]
Retorna a posição absoluta do início da palavra anterior. | NavigationUtil | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [estático]
Coloca o TextRange no início do documento. | NavigationUtil | ||
[estático]
Coloca o TextRange no início da linha. | NavigationUtil | ||
startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean [estático]
Coloca o TextRange no início do parágrafo. | NavigationUtil | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
endOfDocument | () | método |
public static function endOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no final do documento.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
endOfLine | () | método |
public static function endOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no final da linha.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
endOfParagraph | () | método |
public static function endOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no final do parágrafo.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
nextAtomPosition | () | método |
public static function nextAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retorna a posição absoluta do próximo átomo.
Parâmetros
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
nextCharacter | () | método |
public static function nextCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Avança o TextRange em um caractere.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
nextLine | () | método |
public static function nextLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Faz TextRange descer uma linha
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
nextPage | () | método |
public static function nextPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Faz TextRange descer uma página
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
nextWord | () | método |
public static function nextWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Avança o TextRange em uma palavra.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
nextWordPosition | () | método |
public static function nextWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retorna a posição absoluta do início da palavra seguinte.
Parâmetros
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
previousAtomPosition | () | método |
public static function previousAtomPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retorna a posição absoluta do átomo anterior.
Parâmetros
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
previousCharacter | () | método |
public static function previousCharacter(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retrocede o TextRange em um caractere.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
previousLine | () | método |
public static function previousLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Faz TextRange subir uma linha
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
previousPage | () | método |
public static function previousPage(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Faz TextRange subir uma página.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
previousWord | () | método |
public static function previousWord(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retrocede o TextRange em uma palavra.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
previousWordPosition | () | método |
public static function previousWordPosition(flowRoot:flashx.textLayout.elements:TextFlow, absolutePos:int):int
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Retorna a posição absoluta do início da palavra anterior.
Parâmetros
flowRoot:flashx.textLayout.elements:TextFlow | |
absolutePos:int |
int |
startOfDocument | () | método |
public static function startOfDocument(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no início do documento.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
startOfLine | () | método |
public static function startOfLine(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no início da linha.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
startOfParagraph | () | método |
public static function startOfParagraph(range:flashx.textLayout.elements:TextRange, extendSelection:Boolean = false):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Coloca o TextRange no início do parágrafo.
Parâmetros
range:flashx.textLayout.elements:TextRange — Indica que apenas o activeIndex deve ser movido
| |
extendSelection:Boolean (default = false )
|
Boolean — 'true' se a seleção tiver mudado
|
Wed Jun 13 2018, 11:10 AM Z