[]
        
(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: DS.Documents.Pdf.dll
Syntax
public interface ITextRun : IReadOnlyList<ITextRunFragment>, IReadOnlyCollection<ITextRunFragment>, IEnumerable<ITextRunFragment>, IEnumerable
Public Interface ITextRun
    Inherits IReadOnlyList(Of ITextRunFragment), IReadOnlyCollection(Of ITextRunFragment), IEnumerable(Of 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.