/**
  * Gets the index of the first character of the changed sequence, or the beginning of a text
  * selection or the index of the first visible item when scrolling.
  *
  * @return The index of the first character or selection start or the first visible item.
  */
 public int getFromIndex() {
   return IMPL.getFromIndex(mRecord);
 }