function setFocus( textIndex, wordIndex ) {
    var word = this._getWordObject( textIndex, wordIndex );
    if( word ) {
        if( word.type == "text" ) {
            word.focus();