ITextRunFragment Interface Members
In This Topic
The following tables list the members exposed by ITextRunFragment.
Public Properties
| Name | Description |
| Count | (Inherited from System.Collections.Generic.IReadOnlyCollection<ITextChar>) |
| Item | (Inherited from System.Collections.Generic.IReadOnlyList<ITextChar>) |
| Line | Gets the ITextLine that contains this run fragment. |
| Run | Gets the ITextRun that contains this run fragment. |
Top
Public Methods
| Name | Description |
| GetText | Returns the text of this run fragment. |
Top
See Also