# C1.C1Preview.ParagraphObjectCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_ParagraphObjectCollection" data-uid="C1.C1Preview.ParagraphObjectCollection" class="text-break">ParagraphObjectCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> objects
that is the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a>
of a <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.OwnedCollectionBase.html">OwnedCollectionBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.OwnedCollection.html">OwnedCollection</a></div>
    <div class="level4"><span class="xref">ParagraphObjectCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_ParagraphObjectCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParagraphObjectCollection : OwnedCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParagraphObjectCollection
    Inherits OwnedCollection
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_Item_System_Int32_" data-uid="C1.C1Preview.ParagraphObjectCollection.Item(System.Int32)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.Item.html#C1_C1Preview_ParagraphObjectCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_RenderParagraph" data-uid="C1.C1Preview.ParagraphObjectCollection.RenderParagraph">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.RenderParagraph.html#C1_C1Preview_ParagraphObjectCollection_RenderParagraph">RenderParagraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the containing <a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_Add_C1_C1Preview_ParagraphObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.Add(C1.C1Preview.ParagraphObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.Add.html#C1_C1Preview_ParagraphObjectCollection_Add_C1_C1Preview_ParagraphObject_">Add(ParagraphObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_C1LinkTarget_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.Drawing.Image,C1.C1Preview.C1LinkTarget)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_C1LinkTarget_">AddHyperlink(Image, C1LinkTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_ParagraphObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.Drawing.Image,C1.C1Preview.ParagraphObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_ParagraphObject_">AddHyperlink(Image, ParagraphObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.Drawing.Image,C1.C1Preview.RenderObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_C1_C1Preview_RenderObject_">AddHyperlink(Image, RenderObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_System_String_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.Drawing.Image,System.String)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_Drawing_Image_System_String_">AddHyperlink(Image, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_C1LinkTarget_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,C1.C1Preview.C1LinkTarget)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_C1LinkTarget_">AddHyperlink(string, C1LinkTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_C1LinkTarget_C1_C1Preview_Style_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,C1.C1Preview.C1LinkTarget,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_C1LinkTarget_C1_C1Preview_Style_">AddHyperlink(string, C1LinkTarget, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink with a specified style to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_ParagraphObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,C1.C1Preview.ParagraphObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_ParagraphObject_">AddHyperlink(string, ParagraphObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,C1.C1Preview.RenderObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_C1_C1Preview_RenderObject_">AddHyperlink(string, RenderObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_System_String_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,System.String)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_System_String_">AddHyperlink(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_System_String_C1_C1Preview_Style_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddHyperlink(System.String,System.String,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddHyperlink.html#C1_C1Preview_ParagraphObjectCollection_AddHyperlink_System_String_System_String_C1_C1Preview_Style_">AddHyperlink(string, string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text hyperlink with a specified style to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddImage_System_Drawing_Image_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddImage(System.Drawing.Image)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddImage.html#C1_C1Preview_ParagraphObjectCollection_AddImage_System_Drawing_Image_">AddImage(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddImage_System_Drawing_Image_C1_C1Preview_Style_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddImage(System.Drawing.Image,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddImage.html#C1_C1Preview_ParagraphObjectCollection_AddImage_System_Drawing_Image_C1_C1Preview_Style_">AddImage(Image, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image with a specified style to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddImage_System_String_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddImage(System.String)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddImage.html#C1_C1Preview_ParagraphObjectCollection_AddImage_System_String_">AddImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an image to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_">AddText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_C1_C1Preview_Style_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,C1.C1Preview.Style)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_C1_C1Preview_Style_">AddText(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified style to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_C1_C1Preview_TextPositionEnum_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,C1.C1Preview.TextPositionEnum)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_C1_C1Preview_TextPositionEnum_">AddText(string, TextPositionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified text position to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_">AddText(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified font to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_C1_C1Preview_TextPositionEnum_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Drawing.Font,C1.C1Preview.TextPositionEnum)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_C1_C1Preview_TextPositionEnum_">AddText(string, Font, TextPositionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified font and text position to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_System_Windows_Media_Color_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Drawing.Font,System.Windows.Media.Color)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_System_Windows_Media_Color_">AddText(string, Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified font and text color to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_System_Windows_Media_Color_C1_C1Preview_TextPositionEnum_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Drawing.Font,System.Windows.Media.Color,C1.C1Preview.TextPositionEnum)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Drawing_Font_System_Windows_Media_Color_C1_C1Preview_TextPositionEnum_">AddText(string, Font, Color, TextPositionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified font, text color and position to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Windows_Media_Color_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Windows.Media.Color)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Windows_Media_Color_">AddText(string, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified text color to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Windows_Media_Color_C1_C1Preview_TextPositionEnum_" data-uid="C1.C1Preview.ParagraphObjectCollection.AddText(System.String,System.Windows.Media.Color,C1.C1Preview.TextPositionEnum)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.AddText.html#C1_C1Preview_ParagraphObjectCollection_AddText_System_String_System_Windows_Media_Color_C1_C1Preview_TextPositionEnum_">AddText(string, Color, TextPositionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a text string with the specified text color and position to the current paragraph content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_GetItemType" data-uid="C1.C1Preview.ParagraphObjectCollection.GetItemType">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.GetItemType.html#C1_C1Preview_ParagraphObjectCollection_GetItemType">GetItemType()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_ParagraphObjectCollection_Remove_C1_C1Preview_ParagraphObject_" data-uid="C1.C1Preview.ParagraphObjectCollection.Remove(C1.C1Preview.ParagraphObject)">
          <a class="xref" href="C1.C1Preview.ParagraphObjectCollection.Remove.html#C1_C1Preview_ParagraphObjectCollection_Remove_C1_C1Preview_ParagraphObject_">Remove(ParagraphObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.C1Preview.ParagraphObject.html">ParagraphObject</a> from the current paragraph content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
