[]
        
(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

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