[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextRunFragment

ITextRunFragment Interface

Represents a fragment of a text run that resides on a single text line.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITextRunFragment : IReadOnlyList<ITextChar>, IReadOnlyCollection<ITextChar>, IEnumerable<ITextChar>, IEnumerable
Public Interface ITextRunFragment
    Inherits IReadOnlyList(Of ITextChar), IReadOnlyCollection(Of ITextChar), IEnumerable(Of ITextChar), IEnumerable

Properties

Name Description
Line

Gets the ITextLine that contains this run fragment.

Run

Gets the ITextRun that contains this run fragment.

Methods

Name Description
GetText()

Returns the text of this run fragment.

Extension Methods