[]
Represents a fragment of a text run that resides on a single text line.
public interface ITextRunFragment : IReadOnlyList<ITextChar>, IReadOnlyCollection<ITextChar>, IEnumerable<ITextChar>, IEnumerable
Gets the ITextLine that contains this run fragment.
ITextLine Line { get; }
Gets the ITextRun that contains this run fragment.
ITextRun Run { get; }
Returns the text of this run fragment.
string GetText()