[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextRun

ITextRun Interface

Represents a portion of a text paragraph with the same formatting, possibly spanning several lines.

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: GcDocs.Pdf.dll
Syntax
public interface ITextRun : IReadOnlyList<ITextRunFragment>, IReadOnlyCollection<ITextRunFragment>, IEnumerable<ITextRunFragment>, IEnumerable

Properties

Name Description
Attrs

Gets the formatting attributes.

Paragraph

Gets the ITextParagraph that contains this run.

Methods

Name Description
GetText()

Returns the text of this run.