[]
Represents a fragment of a text run that resides on a single text line.
public interface ITextRunFragment : IReadOnlyList<ITextChar>, IReadOnlyCollection<ITextChar>, IEnumerable<ITextChar>, IEnumerable
Public Interface ITextRunFragment
Inherits IReadOnlyList(Of ITextChar), IReadOnlyCollection(Of ITextChar), IEnumerable(Of ITextChar), IEnumerable
Name | Description |
---|---|
Line | Gets the ITextLine that contains this run fragment. |
Run | Gets the ITextRun that contains this run fragment. |
Name | Description |
---|---|
GetText() | Returns the text of this run fragment. |