Preparing search index...

    Enum of cursor movement operations for navigating within a text document.

    Index

    Enumeration Members

    Down: number

    Moves cursor down one line.

    End: number

    Moves cursor to the end of the document.

    EndOfBlock: number

    Moves cursor to the end of the current block.

    EndOfLine: number

    Moves cursor to the end of the current line.

    Left: number

    Moves cursor one character to the left.

    NextBlock: number

    Moves cursor to the start of the next block.

    NextCell: number

    Moves cursor to the next table cell.

    NextCharacter: number

    Moves cursor one character forward.

    NextRow: number

    Moves cursor to the first cell of the next table row.

    NextWord: number

    Moves cursor to the start of the next word.

    NoMove: number

    Cursor does not move.

    PreviousBlock: number

    Moves cursor to the start of the previous block.

    PreviousCell: number

    Moves cursor to the previous table cell.

    PreviousCharacter: number

    Moves cursor one character backward.

    PreviousRow: number

    Moves cursor to the first cell of the previous table row.

    PreviousWord: number

    Moves cursor to the start of the previous word.

    Right: number

    Moves cursor one character to the right.

    Start: number

    Moves cursor to the start of the document.

    StartOfBlock: number

    Moves cursor to the start of the current block.

    StartOfLine: number

    Moves cursor to the start of the current line.

    StartOfWord: number

    Moves cursor to the start of the current word.

    Up: number

    Moves cursor up one line.

    WordLeft: number

    Moves cursor one word to the left.

    WordRight: number

    Moves cursor one word to the right.