[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextLine

ITextLine Interface

Represents a single continuous line of text.

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

Properties

Name Description
Paragraph

Gets the ITextParagraph object that owns this line.

RunFragments

Gets the list of ITextRunFragment objects.

Text

Gets the line text.

Methods

Name Description
GetCoords()

Gets the geometric coordinates (relative to the top left corner of the page) of this line.

GetCoords(int, int)

Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.

GetPoints()

Gets the geometric coordinates (relative to the top left corner of the page) of this line.

GetPoints(int, int)

Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.

GetText(int, int)

Returns the text of a range of ITextChar objects in this line.