[]
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
Public Interface ITextRun
Inherits IReadOnlyList(Of ITextRunFragment), IReadOnlyCollection(Of ITextRunFragment), IEnumerable(Of ITextRunFragment), IEnumerable
Name | Description |
---|---|
Attrs | Gets the formatting attributes. |
Paragraph | Gets the ITextParagraph that contains this run. |
Name | Description |
---|---|
GetText() | Returns the text of this run. |