Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextLine Interface
Properties Methods

In This Topic
    ITextLine Interface Members
    In This Topic

    The following tables list the members exposed by ITextLine.

    Public Properties
     NameDescription
     Property (Inherited from System.Collections.Generic.IReadOnlyCollection<ITextChar>)
     Property (Inherited from System.Collections.Generic.IReadOnlyList<ITextChar>)
     PropertyGets the ITextParagraph object that owns this line.  
     PropertyGets the list of ITextRunFragment objects.  
     PropertyGets the line text.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.  
     MethodOverloaded. Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.  
     MethodReturns the text of a range of ITextChar objects in this line.  
    Top
    See Also