# C1.C1Word.Objects.RtfParagraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfParagraph" data-uid="C1.C1Word.Objects.RtfParagraph" class="text-break">RtfParagraph Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF paragraph class.</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="C1.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfBorderObject.html">RtfBorderObject</a></div>
    <div class="level3"><a class="xref" href="C1.C1Word.Objects.RtfFilledObject.html">RtfFilledObject</a></div>
    <div class="level4"><span class="xref">RtfParagraph</span></div>
      <div class="level5"><a class="xref" href="C1.C1Word.Objects.RtfListText.html">RtfListText</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="C1.C1Word.Objects.IRtfContent.html">IRtfContent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="C1.C1Word.IDocumentContent.html">IDocumentContent</a></div>
    <div><a class="xref" href="C1.C1Word.IContent.html">IContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfParagraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfParagraph : RtfFilledObject, ICloneable, IRtfContent, IEnumerable, IDocumentContent, IContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfParagraph
    Inherits RtfFilledObject
    Implements ICloneable, IRtfContent, IEnumerable, IDocumentContent, IContent</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph__ctor" data-uid="C1.C1Word.Objects.RtfParagraph.#ctor">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.-ctor.html#C1_C1Word_Objects_RtfParagraph__ctor">RtfParagraph()</a>
        </td>
        <td class="markdown level1 summary"><p>Create Word/RTF paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph__ctor_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfParagraph.#ctor(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.-ctor.html#C1_C1Word_Objects_RtfParagraph__ctor_C1_C1Word_Objects_RtfObject_">RtfParagraph(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Create Word/RTF paragraph with owner.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_DefaultSpaceBetweenLines" data-uid="C1.C1Word.Objects.RtfParagraph.DefaultSpaceBetweenLines">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.DefaultSpaceBetweenLines.html">DefaultSpaceBetweenLines</a>
        </td>
        <td class="markdown level1 summary"><p>The default space between lines value for RTF paragraphs.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1Word_Objects_RtfParagraph_Alignment" data-uid="C1.C1Word.Objects.RtfParagraph.Alignment">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Alignment.html#C1_C1Word_Objects_RtfParagraph_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment for this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Clipped" data-uid="C1.C1Word.Objects.RtfParagraph.Clipped">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Clipped.html#C1_C1Word_Objects_RtfParagraph_Clipped">Clipped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the clip of the text of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Content" data-uid="C1.C1Word.Objects.RtfParagraph.Content">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Content.html#C1_C1Word_Objects_RtfParagraph_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets content for this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Count" data-uid="C1.C1Word.Objects.RtfParagraph.Count">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Count.html#C1_C1Word_Objects_RtfParagraph_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current count PTF objects in collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Current" data-uid="C1.C1Word.Objects.RtfParagraph.Current">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Current.html#C1_C1Word_Objects_RtfParagraph_Current">Current</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current RTF object for set (group, collection).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_FirstLineIndent" data-uid="C1.C1Word.Objects.RtfParagraph.FirstLineIndent">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.FirstLineIndent.html#C1_C1Word_Objects_RtfParagraph_FirstLineIndent">FirstLineIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first line left indent value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Font" data-uid="C1.C1Word.Objects.RtfParagraph.Font">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Font.html#C1_C1Word_Objects_RtfParagraph_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_ForeColor" data-uid="C1.C1Word.Objects.RtfParagraph.ForeColor">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.ForeColor.html#C1_C1Word_Objects_RtfParagraph_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color for this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Height" data-uid="C1.C1Word.Objects.RtfParagraph.Height">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Height.html#C1_C1Word_Objects_RtfParagraph_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the approximate height value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_IsEmpty" data-uid="C1.C1Word.Objects.RtfParagraph.IsEmpty">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.IsEmpty.html#C1_C1Word_Objects_RtfParagraph_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets true if this object is empty, otherwise false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Leading" data-uid="C1.C1Word.Objects.RtfParagraph.Leading">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Leading.html#C1_C1Word_Objects_RtfParagraph_Leading">Leading</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the leading value relatively by parent of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_LeftChars" data-uid="C1.C1Word.Objects.RtfParagraph.LeftChars">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.LeftChars.html#C1_C1Word_Objects_RtfParagraph_LeftChars">LeftChars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left chars value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_LeftIndent" data-uid="C1.C1Word.Objects.RtfParagraph.LeftIndent">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.LeftIndent.html#C1_C1Word_Objects_RtfParagraph_LeftIndent">LeftIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left indent value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_PageBreakBefore" data-uid="C1.C1Word.Objects.RtfParagraph.PageBreakBefore">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.PageBreakBefore.html#C1_C1Word_Objects_RtfParagraph_PageBreakBefore">PageBreakBefore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page break before of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_RightIndent" data-uid="C1.C1Word.Objects.RtfParagraph.RightIndent">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.RightIndent.html#C1_C1Word_Objects_RtfParagraph_RightIndent">RightIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right indent value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_SpaceBetweenLines" data-uid="C1.C1Word.Objects.RtfParagraph.SpaceBetweenLines">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.SpaceBetweenLines.html#C1_C1Word_Objects_RtfParagraph_SpaceBetweenLines">SpaceBetweenLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the space between lines value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_SpacesAfter" data-uid="C1.C1Word.Objects.RtfParagraph.SpacesAfter">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.SpacesAfter.html#C1_C1Word_Objects_RtfParagraph_SpacesAfter">SpacesAfter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spaces after value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_SpacesBefore" data-uid="C1.C1Word.Objects.RtfParagraph.SpacesBefore">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.SpacesBefore.html#C1_C1Word_Objects_RtfParagraph_SpacesBefore">SpacesBefore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spaces before value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Style" data-uid="C1.C1Word.Objects.RtfParagraph.Style">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Style.html#C1_C1Word_Objects_RtfParagraph_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_TabIndents" data-uid="C1.C1Word.Objects.RtfParagraph.TabIndents">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.TabIndents.html#C1_C1Word_Objects_RtfParagraph_TabIndents">TabIndents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tabulation indent values of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_TextFlow" data-uid="C1.C1Word.Objects.RtfParagraph.TextFlow">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.TextFlow.html#C1_C1Word_Objects_RtfParagraph_TextFlow">TextFlow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text direct value of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_WordWrap" data-uid="C1.C1Word.Objects.RtfParagraph.WordWrap">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.WordWrap.html#C1_C1Word_Objects_RtfParagraph_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the word wrap of the text of this paragraph.</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_C1Word_Objects_RtfParagraph_Add_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfParagraph.Add(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Add.html#C1_C1Word_Objects_RtfParagraph_Add_C1_C1Word_Objects_RtfObject_">Add(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the RTF object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_Clone" data-uid="C1.C1Word.Objects.RtfParagraph.Clone">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.Clone.html#C1_C1Word_Objects_RtfParagraph_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Word.Objects.RtfObject.html">RtfObject</a> object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfParagraph_GetEnumerator" data-uid="C1.C1Word.Objects.RtfParagraph.GetEnumerator">
          <a class="xref" href="C1.C1Word.Objects.RtfParagraph.GetEnumerator.html#C1_C1Word_Objects_RtfParagraph_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Exposes the enumerator, which supports a simple iteration over a non-generic collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
