# C1.C1Preview.RenderParagraph.Content

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderParagraph_Content_" data-uid="C1.C1Preview.RenderParagraph.Content*">Content Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderParagraph_Content_" data-uid="C1.C1Preview.RenderParagraph.Content*"></a>
<h4 id="C1_C1Preview_RenderParagraph_Content" data-uid="C1.C1Preview.RenderParagraph.Content">Content</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.html">ParagraphObjectCollection</a> representing
the content (text and images) of the current paragraph.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ParagraphObjectCollection Content { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Content As ParagraphObjectCollection</code></pre>
</div>
<h5 id="C1_C1Preview_RenderParagraph_Content_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method always returns a non-<b>null</b><a class="xref" href="C1.C1Preview.ParagraphObjectCollection.html">ParagraphObjectCollection</a>,
initializing it if it did not exist.
To test whether a paragraph already contains content
without creating the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> collection,
use the <a class="xref" href="C1.C1Preview.RenderParagraph.HasContent.html#C1_C1Preview_RenderParagraph_HasContent">HasContent</a> property.</p>
</div>
</div>
