public override DisplayTextRange GetDisplayTextRange(int otherPosition)
 {
     return(CaretPoint.GetDisplayTextRange(otherPosition));
 }
 public override DisplayTextRange GetDisplayTextRange(DisplayTextPoint otherPoint)
 {
     return(CaretPoint.GetDisplayTextRange(otherPoint));
 }