[]
Gets the ParagraphObjectCollection representing the content (text and images) of the current paragraph.
public ParagraphObjectCollection Content { get; }
This method always returns a non-null ParagraphObjectCollection, initializing it if it did not exist. To test whether a paragraph already contains content without creating the Content collection, use the HasContent property.