[]
Represents a portion of a text paragraph with the same formatting, possibly spanning several lines.
public interface ITextRun : IReadOnlyList<ITextRunFragment>, IReadOnlyCollection<ITextRunFragment>, IEnumerable<ITextRunFragment>, IEnumerable
Gets the formatting attributes.
ITextAttrs Attrs { get; }
Gets the ITextParagraph that contains this run.
ITextParagraph Paragraph { get; }
Returns the text of this run.
string GetText()