Gets the ParagraphObjectCollection representing
the content (text and images) of the current paragraph.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ParagraphObjectCollection Content { get; } |
Visual Basic |
---|
Public ReadOnly Property Content As ParagraphObjectCollection Get |
Remarks
This method always returns a non-nullParagraphObjectCollection,
initializing it if it did not exist.
To test whether a paragraph already contains content
without creating the Content collection,
use the HasContent property.