function setText( textIndex, wordIndex, newText ) {
    var word = this._getWordObject( textIndex, wordIndex );
    var beginStr;
    var endStr;
    if( word ) {