ContentItem Class Members
In This Topic
The following tables list the members exposed by ContentItem.
Public Properties
Public Methods
| Name | Description |
| GetImages | Gets the list of images associated with the current content item. |
| GetParagraph | Returns an GrapeCity.Documents.Pdf.TextMap.ITextParagraph object representing the paragraph of text associated with the current content item, or null if no paragraph is associated with current item. |
| GetText | Returns the text of the paragraph associated with the current content item (as returned by GetParagraph), or an empty string if no paragraph is associated with the current item. |
Top
See Also