public override string ToString() { if (Rtf == null) { return(string.Empty); } return(Rtf.Substring(StartIndex, Length)); }