[]
Gets or sets the unformatted text contents of this text C1Run.
public string Text { get; set; }
Note that it will be much faster to use Insert(int, string) or Remove(int, int) methods when possible.