/**
  * Sets the text before a change.
  *
  * @return The text before the change.
  */
 public CharSequence getBeforeText() {
   return IMPL.getBeforeText(mRecord);
 }