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

In This Topic
    ITextParagraph Interface Members
    In This Topic

    The following tables list the members exposed by ITextParagraph.

    Public Properties
     NameDescription
     Property (Inherited from System.Collections.Generic.IReadOnlyCollection<ITextLine>)
     Property (Inherited from System.Collections.Generic.IReadOnlyList<ITextLine>)
     PropertyGets the GrapeCity.Documents.Pdf.Page containing this paragraph.  
     PropertyGets the list of text runs that comprise this paragraph.  
     PropertyGets the ITextMap containing this paragraph.  
    Top
    Public Methods
     NameDescription
     MethodReturns a quadrilateral that specifies the bounds of this paragraph (relative to the top left corner of the page).  
     MethodReturns the list of point arrays that specify the bounds of text fragments in this paragraph (relative to the top left corner of the page).  
     MethodReturns the paragraph text.  
     MethodFinds the first and last ITextRun objects in the Runs collection of this paragraph that contain a specified fragment in this paragraph's whole text (as returned by GetText). The fragment is specified by the starting index of its first character in the paragraph text, and the total number of characters in the fragment.  
    Top
    See Also