# GrapeCity.Documents.Word.Paragraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Paragraph" data-uid="GrapeCity.Documents.Word.Paragraph" class="text-break">Paragraph Class
</h1>
  <div class="markdown level0 summary"><p>Represents a paragraph element in a body content.</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="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.FormattedContentObject.html">FormattedContentObject</a></div>
    <div class="level3"><span class="xref">Paragraph</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Paragraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Paragraph : FormattedContentObject, IBrowsable&lt;Paragraph&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Paragraph
    Inherits FormattedContentObject
    Implements IBrowsable(Of Paragraph)</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="GrapeCity_Documents_Word_Paragraph_Format" data-uid="GrapeCity.Documents.Word.Paragraph.Format">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Format.html#GrapeCity_Documents_Word_Paragraph_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the paragraph formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_ListFormat" data-uid="GrapeCity.Documents.Word.Paragraph.ListFormat">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.ListFormat.html#GrapeCity_Documents_Word_Paragraph_ListFormat">ListFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list formatting specified for the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_Mark" data-uid="GrapeCity.Documents.Word.Paragraph.Mark">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Mark.html#GrapeCity_Documents_Word_Paragraph_Mark">Mark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph.
This paragraph mark, being a physical character in the document, can be formatted, and therefore shall be capable of representing this formatting
like any other character in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_Next" data-uid="GrapeCity.Documents.Word.Paragraph.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Next.html#GrapeCity_Documents_Word_Paragraph_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_Previous" data-uid="GrapeCity.Documents.Word.Paragraph.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Previous.html#GrapeCity_Documents_Word_Paragraph_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_RevisionId" data-uid="GrapeCity.Documents.Word.Paragraph.RevisionId">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.RevisionId.html#GrapeCity_Documents_Word_Paragraph_RevisionId">RevisionId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets unique identifiers used to track the paragraph editing session.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_Style" data-uid="GrapeCity.Documents.Word.Paragraph.Style">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Style.html#GrapeCity_Documents_Word_Paragraph_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets paragraph style that shall be used to format the contents 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="GrapeCity_Documents_Word_Paragraph_AddBidirectionalOverride" data-uid="GrapeCity.Documents.Word.Paragraph.AddBidirectionalOverride">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddBidirectionalOverride.html#GrapeCity_Documents_Word_Paragraph_AddBidirectionalOverride">AddBidirectionalOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.BidirectionalOverride.html">BidirectionalOverride</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddBidirectionalOverride_GrapeCity_Documents_Word_BiDirection_" data-uid="GrapeCity.Documents.Word.Paragraph.AddBidirectionalOverride(GrapeCity.Documents.Word.BiDirection)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddBidirectionalOverride.html#GrapeCity_Documents_Word_Paragraph_AddBidirectionalOverride_GrapeCity_Documents_Word_BiDirection_">AddBidirectionalOverride(BiDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.BidirectionalOverride.html">BidirectionalOverride</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_" data-uid="GrapeCity.Documents.Word.Paragraph.AddComplexField(GrapeCity.Documents.Word.Fields.IFieldOptions)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddComplexField.html#GrapeCity_Documents_Word_Paragraph_AddComplexField_GrapeCity_Documents_Word_Fields_IFieldOptions_">AddComplexField(IFieldOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddComplexField_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddComplexField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddComplexField.html#GrapeCity_Documents_Word_Paragraph_AddComplexField_System_String_">AddComplexField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddComplexField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddComplexField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddComplexField.html#GrapeCity_Documents_Word_Paragraph_AddComplexField_System_String_System_String_">AddComplexField(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ComplexField.html">ComplexField</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_" data-uid="GrapeCity.Documents.Word.Paragraph.AddContentControl(GrapeCity.Documents.Word.ContentControlType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddContentControl.html#GrapeCity_Documents_Word_Paragraph_AddContentControl_GrapeCity_Documents_Word_ContentControlType_System_Boolean_">AddContentControl(ContentControlType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.ContentControl.html">ContentControl</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddEndnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddEndnote.html#GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_">AddEndnote(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddEndnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddEndnote.html#GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_System_Char_System_String_">AddEndnote(string, char, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddEndnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddEndnote.html#GrapeCity_Documents_Word_Paragraph_AddEndnote_System_String_System_String_">AddEndnote(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddFootnote(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddFootnote.html#GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_">AddFootnote(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_System_Char_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddFootnote(System.String,System.Char,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddFootnote.html#GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_System_Char_System_String_">AddFootnote(string, char, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddFootnote(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddFootnote.html#GrapeCity_Documents_Word_Paragraph_AddFootnote_System_String_System_String_">AddFootnote(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Footnote.html">Footnote</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddHyperlink" data-uid="GrapeCity.Documents.Word.Paragraph.AddHyperlink">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddHyperlink.html#GrapeCity_Documents_Word_Paragraph_AddHyperlink">AddHyperlink()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddHyperlink_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddHyperlink(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddHyperlink.html#GrapeCity_Documents_Word_Paragraph_AddHyperlink_System_String_System_String_System_String_System_String_">AddHyperlink(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddHyperlink_System_Uri_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddHyperlink(System.Uri,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddHyperlink.html#GrapeCity_Documents_Word_Paragraph_AddHyperlink_System_Uri_System_String_System_String_System_String_System_String_">AddHyperlink(Uri, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Hyperlink.html">Hyperlink</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddOMath" data-uid="GrapeCity.Documents.Word.Paragraph.AddOMath">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddOMath.html#GrapeCity_Documents_Word_Paragraph_AddOMath">AddOMath()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddOMath_GrapeCity_Documents_Word_OMathBuiltInEquation_" data-uid="GrapeCity.Documents.Word.Paragraph.AddOMath(GrapeCity.Documents.Word.OMathBuiltInEquation)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddOMath.html#GrapeCity_Documents_Word_Paragraph_AddOMath_GrapeCity_Documents_Word_OMathBuiltInEquation_">AddOMath(OMathBuiltInEquation)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddOMathParagraph" data-uid="GrapeCity.Documents.Word.Paragraph.AddOMathParagraph">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddOMathParagraph.html#GrapeCity_Documents_Word_Paragraph_AddOMathParagraph">AddOMathParagraph()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddOMathParagraph_GrapeCity_Documents_Word_OMathBuiltInEquation_" data-uid="GrapeCity.Documents.Word.Paragraph.AddOMathParagraph(GrapeCity.Documents.Word.OMathBuiltInEquation)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddOMathParagraph.html#GrapeCity_Documents_Word_Paragraph_AddOMathParagraph_GrapeCity_Documents_Word_OMathBuiltInEquation_">AddOMathParagraph(OMathBuiltInEquation)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.OMathParagraph.html">OMathParagraph</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddRun" data-uid="GrapeCity.Documents.Word.Paragraph.AddRun">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddRun.html#GrapeCity_Documents_Word_Paragraph_AddRun">AddRun()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddRun_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Paragraph.AddRun(GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddRun.html#GrapeCity_Documents_Word_Paragraph_AddRun_GrapeCity_Documents_Word_Style_">AddRun(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddRun_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddRun(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddRun.html#GrapeCity_Documents_Word_Paragraph_AddRun_System_String_">AddRun(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddRun_System_String_GrapeCity_Documents_Word_Style_" data-uid="GrapeCity.Documents.Word.Paragraph.AddRun(System.String,GrapeCity.Documents.Word.Style)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddRun.html#GrapeCity_Documents_Word_Paragraph_AddRun_System_String_GrapeCity_Documents_Word_Style_">AddRun(string, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddSectionBreak_GrapeCity_Documents_Word_SectionStart_" data-uid="GrapeCity.Documents.Word.Paragraph.AddSectionBreak(GrapeCity.Documents.Word.SectionStart)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddSectionBreak.html#GrapeCity_Documents_Word_Paragraph_AddSectionBreak_GrapeCity_Documents_Word_SectionStart_">AddSectionBreak(SectionStart)</a>
        </td>
        <td class="markdown level1 summary"><p>Breaks the parent section right after this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddSimpleField_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddSimpleField(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddSimpleField.html#GrapeCity_Documents_Word_Paragraph_AddSimpleField_System_String_">AddSimpleField(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_AddSimpleField_System_String_System_String_" data-uid="GrapeCity.Documents.Word.Paragraph.AddSimpleField(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.AddSimpleField.html#GrapeCity_Documents_Word_Paragraph_AddSimpleField_System_String_System_String_">AddSimpleField(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Word.SimpleField.html">SimpleField</a> to the end of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_RestartList_System_Nullable_System_Int32__" data-uid="GrapeCity.Documents.Word.Paragraph.RestartList(System.Nullable{System.Int32})">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.RestartList.html#GrapeCity_Documents_Word_Paragraph_RestartList_System_Nullable_System_Int32__">RestartList(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Restarts the list numbering on the current <a class="xref" href="GrapeCity.Documents.Word.Paragraph.html">Paragraph</a>.</p>
<p>The current paragraph must belong to a numbered list.</p>
If <code class="paramref">startNumberingValue</code> is omitted or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>,
numbering on the current list is restarted
at the value of <a class="xref" href="GrapeCity.Documents.Word.ListLevel.StartAt.html#GrapeCity_Documents_Word_ListLevel_StartAt">StartAt</a> on the current level of the list template,
otherwise a new list is created.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Paragraph_Split_GrapeCity_Documents_Word_ContentObject_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.Paragraph.Split(GrapeCity.Documents.Word.ContentObject,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.Paragraph.Split.html#GrapeCity_Documents_Word_Paragraph_Split_GrapeCity_Documents_Word_ContentObject_GrapeCity_Documents_Word_InsertLocation_">Split(ContentObject, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits the paragraph at a specified location relative to a specified child content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
