[]
        
(Showing Draft Content)

C1.C1Preview.RenderParagraph.Content

Content Property

Content

Gets the ParagraphObjectCollection representing the content (text and images) of the current paragraph.

Declaration
public ParagraphObjectCollection Content { get; }
Remarks

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.