[]
The base abstract class for McidContentItem and McrContentItem classes. Represents a content item associated with a portion of a content stream.
public abstract class ContentItem : ContentItemBase
Public MustInherit Class ContentItem
Inherits ContentItemBase
Name | Description |
---|---|
ContentItem() |
Name | Description |
---|---|
GetImages() | Gets the list of images associated with the current content item. |
GetParagraph() | Returns an 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. |