Interface ITextRunFragment
- Namespace
- GrapeCity.Documents.Pdf.TextMap
- Assembly
- GcDocs.Pdf.dll
Represents a fragment of a text run that resides on a single text line.
public interface ITextRunFragment : IReadOnlyList<ITextChar>, IReadOnlyCollection<ITextChar>, IEnumerable<ITextChar>, IEnumerable
- Inherited Members
-
System.Collections.Generic.IReadOnlyList<GrapeCity.Documents.Pdf.TextMap.ITextChar>.this[int]
System.Collections.Generic.IReadOnlyCollection<GrapeCity.Documents.Pdf.TextMap.ITextChar>.Count
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Pdf.TextMap.ITextChar>.GetEnumerator()
- Extension Methods
-
Properties
Line
Gets the ITextLine that contains this run fragment.
Property Value
- ITextLine
Run
Gets the ITextRun that contains this run fragment.
Property Value
- ITextRun
Methods
GetText()
Returns the text of this run fragment.
Returns
- string