[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextRun

Interface ITextRun

Namespace
GrapeCity.Documents.Pdf.TextMap
Assembly
GcDocs.Pdf.dll

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
Inherited Members
System.Collections.Generic.IReadOnlyList<GrapeCity.Documents.Pdf.TextMap.ITextRunFragment>.this[int]
System.Collections.Generic.IReadOnlyCollection<GrapeCity.Documents.Pdf.TextMap.ITextRunFragment>.Count
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Pdf.TextMap.ITextRunFragment>.GetEnumerator()

Properties

Attrs

Gets the formatting attributes.

ITextAttrs Attrs { get; }

Property Value

ITextAttrs

Paragraph

Gets the ITextParagraph that contains this run.

ITextParagraph Paragraph { get; }

Property Value

ITextParagraph

Methods

GetText()

Returns the text of this run.

string GetText()

Returns

string