# C1.C1Word.C1WordDocument

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_C1WordDocument" data-uid="C1.C1Word.C1WordDocument" class="text-break">C1WordDocument Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Word/RTF document.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">C1WordDocument</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.html">C1.C1Word</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_C1WordDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1WordDocument), &quot;C1WordDocument.png&quot;)]
[Obsolete(&quot;This library is obsolete. Please use C1.Win.Pdf (part of C1.Pdf for .NET Standard) instead.&quot;)]
public class C1WordDocument : Component, IComponent, IDisposable, IRtfContent, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1WordDocument), &quot;C1WordDocument.png&quot;)&gt;
&lt;Obsolete(&quot;This library is obsolete. Please use C1.Win.Pdf (part of C1.Pdf for .NET Standard) instead.&quot;)&gt;
Public Class C1WordDocument
    Inherits Component
    Implements IComponent, IDisposable, IRtfContent, IEnumerable</code></pre>
  </div>
  <h5 id="C1_C1Word_C1WordDocument_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This library is obsolete and may be removed in the future.
Please plan migration to C1.Win.Pdf multitarget library
which contains all the features of this library.</p>
</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_C1WordDocument__ctor" data-uid="C1.C1Word.C1WordDocument.#ctor">
          <a class="xref" href="C1.C1Word.C1WordDocument.-ctor.html#C1_C1Word_C1WordDocument__ctor">C1WordDocument()</a>
        </td>
        <td class="markdown level1 summary"><p>Create new ComponentOne Word/RTF document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument__ctor_System_Drawing_Printing_PaperKind_System_Boolean_" data-uid="C1.C1Word.C1WordDocument.#ctor(System.Drawing.Printing.PaperKind,System.Boolean)">
          <a class="xref" href="C1.C1Word.C1WordDocument.-ctor.html#C1_C1Word_C1WordDocument__ctor_System_Drawing_Printing_PaperKind_System_Boolean_">C1WordDocument(PaperKind, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Create new ComponentOne Word/RTF document with known paper kind.</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_C1WordDocument_BottomMargin" data-uid="C1.C1Word.C1WordDocument.BottomMargin">
          <a class="xref" href="C1.C1Word.C1WordDocument.BottomMargin.html#C1_C1Word_C1WordDocument_BottomMargin">BottomMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a bottom margin of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ClientRectangle" data-uid="C1.C1Word.C1WordDocument.ClientRectangle">
          <a class="xref" href="C1.C1Word.C1WordDocument.ClientRectangle.html#C1_C1Word_C1WordDocument_ClientRectangle">ClientRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets client rectangle of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ClipBounds" data-uid="C1.C1Word.C1WordDocument.ClipBounds">
          <a class="xref" href="C1.C1Word.C1WordDocument.ClipBounds.html#C1_C1Word_C1WordDocument_ClipBounds">ClipBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets and sets clipping area as rectangle bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Count" data-uid="C1.C1Word.C1WordDocument.Count">
          <a class="xref" href="C1.C1Word.C1WordDocument.Count.html#C1_C1Word_C1WordDocument_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets count of objects of a main section of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Creator" data-uid="C1.C1Word.C1WordDocument.Creator">
          <a class="xref" href="C1.C1Word.C1WordDocument.Creator.html#C1_C1Word_C1WordDocument_Creator">Creator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets creator (generator) name of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Current" data-uid="C1.C1Word.C1WordDocument.Current">
          <a class="xref" href="C1.C1Word.C1WordDocument.Current.html#C1_C1Word_C1WordDocument_Current">Current</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current object of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentAlignment" data-uid="C1.C1Word.C1WordDocument.CurrentAlignment">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentAlignment.html#C1_C1Word_C1WordDocument_CurrentAlignment">CurrentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current horizontal alignment of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentCanvas" data-uid="C1.C1Word.C1WordDocument.CurrentCanvas">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentCanvas.html#C1_C1Word_C1WordDocument_CurrentCanvas">CurrentCanvas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current drawing canvas of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentColor" data-uid="C1.C1Word.C1WordDocument.CurrentColor">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentColor.html#C1_C1Word_C1WordDocument_CurrentColor">CurrentColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current color of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentCulture" data-uid="C1.C1Word.C1WordDocument.CurrentCulture">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentCulture.html#C1_C1Word_C1WordDocument_CurrentCulture">CurrentCulture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current culture of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentFont" data-uid="C1.C1Word.C1WordDocument.CurrentFont">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentFont.html#C1_C1Word_C1WordDocument_CurrentFont">CurrentFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current font of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentPage" data-uid="C1.C1Word.C1WordDocument.CurrentPage">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentPage.html#C1_C1Word_C1WordDocument_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current page number for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentPen" data-uid="C1.C1Word.C1WordDocument.CurrentPen">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentPen.html#C1_C1Word_C1WordDocument_CurrentPen">CurrentPen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current pen of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentSection" data-uid="C1.C1Word.C1WordDocument.CurrentSection">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentSection.html#C1_C1Word_C1WordDocument_CurrentSection">CurrentSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current section of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_CurrentShape" data-uid="C1.C1Word.C1WordDocument.CurrentShape">
          <a class="xref" href="C1.C1Word.C1WordDocument.CurrentShape.html#C1_C1Word_C1WordDocument_CurrentShape">CurrentShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets current shape of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FitShapesToText" data-uid="C1.C1Word.C1WordDocument.FitShapesToText">
          <a class="xref" href="C1.C1Word.C1WordDocument.FitShapesToText.html#C1_C1Word_C1WordDocument_FitShapesToText">FitShapesToText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether will the fit the shape by size for the text value on all drawing canvases of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Hyperlink" data-uid="C1.C1Word.C1WordDocument.Hyperlink">
          <a class="xref" href="C1.C1Word.C1WordDocument.Hyperlink.html#C1_C1Word_C1WordDocument_Hyperlink">Hyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current hyperlink for all adds objects for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Info" data-uid="C1.C1Word.C1WordDocument.Info">
          <a class="xref" href="C1.C1Word.C1WordDocument.Info.html#C1_C1Word_C1WordDocument_Info">Info</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information interface for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Landscape" data-uid="C1.C1Word.C1WordDocument.Landscape">
          <a class="xref" href="C1.C1Word.C1WordDocument.Landscape.html#C1_C1Word_C1WordDocument_Landscape">Landscape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets landscape flag of a page for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LeftIndent" data-uid="C1.C1Word.C1WordDocument.LeftIndent">
          <a class="xref" href="C1.C1Word.C1WordDocument.LeftIndent.html#C1_C1Word_C1WordDocument_LeftIndent">LeftIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a current left indent of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LeftMargin" data-uid="C1.C1Word.C1WordDocument.LeftMargin">
          <a class="xref" href="C1.C1Word.C1WordDocument.LeftMargin.html#C1_C1Word_C1WordDocument_LeftMargin">LeftMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a left margin of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ListLevelIndent" data-uid="C1.C1Word.C1WordDocument.ListLevelIndent">
          <a class="xref" href="C1.C1Word.C1WordDocument.ListLevelIndent.html#C1_C1Word_C1WordDocument_ListLevelIndent">ListLevelIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a current indent for one level of a list of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MainSection" data-uid="C1.C1Word.C1WordDocument.MainSection">
          <a class="xref" href="C1.C1Word.C1WordDocument.MainSection.html#C1_C1Word_C1WordDocument_MainSection">MainSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the main section of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_PageCount" data-uid="C1.C1Word.C1WordDocument.PageCount">
          <a class="xref" href="C1.C1Word.C1WordDocument.PageCount.html#C1_C1Word_C1WordDocument_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of pages in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_PageSize" data-uid="C1.C1Word.C1WordDocument.PageSize">
          <a class="xref" href="C1.C1Word.C1WordDocument.PageSize.html#C1_C1Word_C1WordDocument_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a page size for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_PaperKind" data-uid="C1.C1Word.C1WordDocument.PaperKind">
          <a class="xref" href="C1.C1Word.C1WordDocument.PaperKind.html#C1_C1Word_C1WordDocument_PaperKind">PaperKind</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default page size for the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_RightIndent" data-uid="C1.C1Word.C1WordDocument.RightIndent">
          <a class="xref" href="C1.C1Word.C1WordDocument.RightIndent.html#C1_C1Word_C1WordDocument_RightIndent">RightIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a current right indent of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_RightMargin" data-uid="C1.C1Word.C1WordDocument.RightMargin">
          <a class="xref" href="C1.C1Word.C1WordDocument.RightMargin.html#C1_C1Word_C1WordDocument_RightMargin">RightMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a right margin of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_RotateAngle" data-uid="C1.C1Word.C1WordDocument.RotateAngle">
          <a class="xref" href="C1.C1Word.C1WordDocument.RotateAngle.html#C1_C1Word_C1WordDocument_RotateAngle">RotateAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ShapesWord2007Compatible" data-uid="C1.C1Word.C1WordDocument.ShapesWord2007Compatible">
          <a class="xref" href="C1.C1Word.C1WordDocument.ShapesWord2007Compatible.html#C1_C1Word_C1WordDocument_ShapesWord2007Compatible">ShapesWord2007Compatible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether shapes are rendered in a format backwards compatible with Word 2007.
By default (if false), Word 2010 shapes format is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_TopMargin" data-uid="C1.C1Word.C1WordDocument.TopMargin">
          <a class="xref" href="C1.C1Word.C1WordDocument.TopMargin.html#C1_C1Word_C1WordDocument_TopMargin">TopMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a top margin of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Version" data-uid="C1.C1Word.C1WordDocument.Version">
          <a class="xref" href="C1.C1Word.C1WordDocument.Version.html#C1_C1Word_C1WordDocument_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Word/RTF version number for this document.</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_C1WordDocument_Add_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.C1WordDocument.Add(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Add.html#C1_C1Word_C1WordDocument_Add_C1_C1Word_Objects_RtfObject_">Add(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Add Word/RTF object for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddBookmark_System_String_" data-uid="C1.C1Word.C1WordDocument.AddBookmark(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddBookmark.html#C1_C1Word_C1WordDocument_AddBookmark_System_String_">AddBookmark(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add bookmark (start and end) into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddBookmarkEnd_System_String_" data-uid="C1.C1Word.C1WordDocument.AddBookmarkEnd(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddBookmarkEnd.html#C1_C1Word_C1WordDocument_AddBookmarkEnd_System_String_">AddBookmarkEnd(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add end bookmark into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddBookmarkStart_System_String_" data-uid="C1.C1Word.C1WordDocument.AddBookmarkStart(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddBookmarkStart.html#C1_C1Word_C1WordDocument_AddBookmarkStart_System_String_">AddBookmarkStart(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add start bookmark into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddCanvas_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.AddCanvas(System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddCanvas.html#C1_C1Word_C1WordDocument_AddCanvas_System_Drawing_RectangleF_">AddCanvas(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Add drawing canvas into this document (for current section) in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddLink_System_String_" data-uid="C1.C1Word.C1WordDocument.AddLink(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddLink.html#C1_C1Word_C1WordDocument_AddLink_System_String_">AddLink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add hyperlink into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddLink_System_String_C1_C1Word_Objects_IRtfContent_" data-uid="C1.C1Word.C1WordDocument.AddLink(System.String,C1.C1Word.Objects.IRtfContent)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddLink.html#C1_C1Word_C1WordDocument_AddLink_System_String_C1_C1Word_Objects_IRtfContent_">AddLink(string, IRtfContent)</a>
        </td>
        <td class="markdown level1 summary"><p>Add hyperlink into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddListTexts_C1_C1Word_RtfListType_System_Collections_Generic_KeyValuePair_System_Int32_System_String____" data-uid="C1.C1Word.C1WordDocument.AddListTexts(C1.C1Word.RtfListType,System.Collections.Generic.KeyValuePair{System.Int32,System.String}[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddListTexts.html#C1_C1Word_C1WordDocument_AddListTexts_C1_C1Word_RtfListType_System_Collections_Generic_KeyValuePair_System_Int32_System_String____">AddListTexts(RtfListType, params KeyValuePair&lt;int, string&gt;[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds tests in a list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddParagraph_System_String_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddParagraph.html#C1_C1Word_C1WordDocument_AddParagraph_System_String_">AddParagraph(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add paragraph into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddParagraph.html#C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_">AddParagraph(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Add paragraph into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font,System.Drawing.Color)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddParagraph.html#C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_">AddParagraph(string, Font, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Add paragraph into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddParagraph(System.String,System.Drawing.Font,System.Drawing.Color,C1.C1Word.RtfHorizontalAlignment)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddParagraph.html#C1_C1Word_C1WordDocument_AddParagraph_System_String_System_Drawing_Font_System_Drawing_Color_C1_C1Word_RtfHorizontalAlignment_">AddParagraph(string, Font, Color, RtfHorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Add paragraph into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_">AddPicture(C1Bitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap,C1.C1Word.Canvas.ShapeWrapType,C1.C1Word.Canvas.ZIndexType)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_">AddPicture(C1Bitmap, ShapeWrapType, ZIndexType)</a>
        </td>
        <td class="markdown level1 summary"><p>Add image/bitmap with shape wrap and z-index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddPicture(C1.Win.Bitmap.C1Bitmap,C1.C1Word.RtfHorizontalAlignment)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_C1_Win_Bitmap_C1Bitmap_C1_C1Word_RtfHorizontalAlignment_">AddPicture(C1Bitmap, RtfHorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_">AddPicture(Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image,C1.C1Word.Canvas.ShapeWrapType,C1.C1Word.Canvas.ZIndexType)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_Canvas_ShapeWrapType_C1_C1Word_Canvas_ZIndexType_">AddPicture(Image, ShapeWrapType, ZIndexType)</a>
        </td>
        <td class="markdown level1 summary"><p>Add image/bitmap with shape wrap and z-index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_RtfHorizontalAlignment_" data-uid="C1.C1Word.C1WordDocument.AddPicture(System.Drawing.Image,C1.C1Word.RtfHorizontalAlignment)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddPicture.html#C1_C1Word_C1WordDocument_AddPicture_System_Drawing_Image_C1_C1Word_RtfHorizontalAlignment_">AddPicture(Image, RtfHorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Add (draw) image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_AddShape_C1_C1Word_Canvas_DrawingShape_" data-uid="C1.C1Word.C1WordDocument.AddShape(C1.C1Word.Canvas.DrawingShape)">
          <a class="xref" href="C1.C1Word.C1WordDocument.AddShape.html#C1_C1Word_C1WordDocument_AddShape_C1_C1Word_Canvas_DrawingShape_">AddShape(DrawingShape)</a>
        </td>
        <td class="markdown level1 summary"><p>Add Word/RTF object for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Clear" data-uid="C1.C1Word.C1WordDocument.Clear">
          <a class="xref" href="C1.C1Word.C1WordDocument.Clear.html#C1_C1Word_C1WordDocument_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear this document, reset content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ColumnBreak" data-uid="C1.C1Word.C1WordDocument.ColumnBreak">
          <a class="xref" href="C1.C1Word.C1WordDocument.ColumnBreak.html#C1_C1Word_C1WordDocument_ColumnBreak">ColumnBreak()</a>
        </td>
        <td class="markdown level1 summary"><p>Add new column to this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawArc_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawArc.html#C1_C1Word_C1WordDocument_DrawArc_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_">DrawArc(Pen, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw arc from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawBeziers_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Word.C1WordDocument.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawBeziers.html#C1_C1Word_C1WordDocument_DrawBeziers_System_Drawing_Pen_System_Drawing_PointF___">DrawBeziers(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw Bezier curve from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawEllipse_System_Drawing_Pen_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawEllipse.html#C1_C1Word_C1WordDocument_DrawEllipse_System_Drawing_Pen_System_Drawing_RectangleF_">DrawEllipse(Pen, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw ellipse from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawEllipse_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawEllipse.html#C1_C1Word_C1WordDocument_DrawEllipse_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawEllipse(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw ellipse from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawImage_C1_Win_Bitmap_C1Bitmap_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawImage(C1.Win.Bitmap.C1Bitmap,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawImage.html#C1_C1Word_C1WordDocument_DrawImage_C1_Win_Bitmap_C1Bitmap_System_Drawing_RectangleF_">DrawImage(C1Bitmap, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawImage_C1_Win_Bitmap_C1Bitmap_System_Drawing_RectangleF_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawImage(C1.Win.Bitmap.C1Bitmap,System.Drawing.RectangleF,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawImage.html#C1_C1Word_C1WordDocument_DrawImage_C1_Win_Bitmap_C1Bitmap_System_Drawing_RectangleF_System_Drawing_RectangleF_">DrawImage(C1Bitmap, RectangleF, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawImage.html#C1_C1Word_C1WordDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_">DrawImage(Image, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawImage.html#C1_C1Word_C1WordDocument_DrawImage_System_Drawing_Image_System_Drawing_RectangleF_System_Drawing_RectangleF_">DrawImage(Image, RectangleF, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw image/bitmap with content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawLine_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_" data-uid="C1.C1Word.C1WordDocument.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawLine.html#C1_C1Word_C1WordDocument_DrawLine_System_Drawing_Pen_System_Drawing_PointF_System_Drawing_PointF_">DrawLine(Pen, PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw line from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawLine.html#C1_C1Word_C1WordDocument_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawLine(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw line from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawLines_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Word.C1WordDocument.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawLines.html#C1_C1Word_C1WordDocument_DrawLines_System_Drawing_Pen_System_Drawing_PointF___">DrawLines(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw lines from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawMetafile_System_Drawing_Imaging_Metafile_" data-uid="C1.C1Word.C1WordDocument.DrawMetafile(System.Drawing.Imaging.Metafile)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawMetafile.html#C1_C1Word_C1WordDocument_DrawMetafile_System_Drawing_Imaging_Metafile_">DrawMetafile(Metafile)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw metafile image from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawMetafile_System_Drawing_Imaging_Metafile_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawMetafile.html#C1_C1Word_C1WordDocument_DrawMetafile_System_Drawing_Imaging_Metafile_System_Drawing_RectangleF_">DrawMetafile(Metafile, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw metafile image from this RTF document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawParagraph_System_Drawing_RectangleF_C1_C1Word_Objects_RtfParagraph_System_Boolean_" data-uid="C1.C1Word.C1WordDocument.DrawParagraph(System.Drawing.RectangleF,C1.C1Word.Objects.RtfParagraph,System.Boolean)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawParagraph.html#C1_C1Word_C1WordDocument_DrawParagraph_System_Drawing_RectangleF_C1_C1Word_Objects_RtfParagraph_System_Boolean_">DrawParagraph(RectangleF, RtfParagraph, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw paragraph into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawPath_System_Drawing_Pen_System_Drawing_PointF___System_Byte___System_Boolean_" data-uid="C1.C1Word.C1WordDocument.DrawPath(System.Drawing.Pen,System.Drawing.PointF[],System.Byte[],System.Boolean)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawPath.html#C1_C1Word_C1WordDocument_DrawPath_System_Drawing_Pen_System_Drawing_PointF___System_Byte___System_Boolean_">DrawPath(Pen, PointF[], byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawPie_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawPie.html#C1_C1Word_C1WordDocument_DrawPie_System_Drawing_Pen_System_Drawing_RectangleF_System_Single_System_Single_">DrawPie(Pen, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw pie from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawPolygon_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Word.C1WordDocument.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawPolygon.html#C1_C1Word_C1WordDocument_DrawPolygon_System_Drawing_Pen_System_Drawing_PointF___">DrawPolygon(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw polygon from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawPolyline_System_Drawing_Pen_System_Drawing_PointF___" data-uid="C1.C1Word.C1WordDocument.DrawPolyline(System.Drawing.Pen,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawPolyline.html#C1_C1Word_C1WordDocument_DrawPolyline_System_Drawing_Pen_System_Drawing_PointF___">DrawPolyline(Pen, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Draw polyline from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawRectangle.html#C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_">DrawRectangle(Pen, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="C1.C1Word.C1WordDocument.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawRectangle.html#C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Drawing_RectangleF_System_Drawing_SizeF_">DrawRectangle(Pen, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw round rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawRectangle.html#C1_C1Word_C1WordDocument_DrawRectangle_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawRectangle(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_" data-uid="C1.C1Word.C1WordDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.PointF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawString.html#C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_PointF_">DrawString(string, Font, Color, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the specified text string at the specified point with the
specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawString.html#C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_">DrawString(string, Font, Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw text string into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_" data-uid="C1.C1Word.C1WordDocument.DrawString(System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawString.html#C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_Font_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_StringFormat_">DrawString(string, Font, Color, RectangleF, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw text string into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.DrawString(System.String,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.DrawString.html#C1_C1Word_C1WordDocument_DrawString_System_String_System_Drawing_RectangleF_">DrawString(string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw text string into this document in next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillArc_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.FillArc(System.Drawing.Color,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillArc.html#C1_C1Word_C1WordDocument_FillArc_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_">FillArc(Color, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draw arc from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillBeziers_System_Drawing_Color_System_Drawing_PointF___" data-uid="C1.C1Word.C1WordDocument.FillBeziers(System.Drawing.Color,System.Drawing.PointF[])">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillBeziers.html#C1_C1Word_C1WordDocument_FillBeziers_System_Drawing_Color_System_Drawing_PointF___">FillBeziers(Color, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Fill Bezier curve from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillEllipse_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.FillEllipse(System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillEllipse.html#C1_C1Word_C1WordDocument_FillEllipse_System_Drawing_Color_System_Drawing_RectangleF_">FillEllipse(Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill ellipse from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillEllipse_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.FillEllipse(System.Drawing.Color,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillEllipse.html#C1_C1Word_C1WordDocument_FillEllipse_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_">FillEllipse(Color, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill ellipse from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillPath_System_Drawing_Color_System_Drawing_PointF___System_Byte___System_Boolean_" data-uid="C1.C1Word.C1WordDocument.FillPath(System.Drawing.Color,System.Drawing.PointF[],System.Byte[],System.Boolean)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillPath.html#C1_C1Word_C1WordDocument_FillPath_System_Drawing_Color_System_Drawing_PointF___System_Byte___System_Boolean_">FillPath(Color, PointF[], byte[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Fills a path defined by points and types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillPie_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.FillPie(System.Drawing.Color,System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillPie.html#C1_C1Word_C1WordDocument_FillPie_System_Drawing_Color_System_Drawing_RectangleF_System_Single_System_Single_">FillPie(Color, RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill pie from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillPolygon_System_Drawing_Color_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_" data-uid="C1.C1Word.C1WordDocument.FillPolygon(System.Drawing.Color,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillPolygon.html#C1_C1Word_C1WordDocument_FillPolygon_System_Drawing_Color_System_Drawing_PointF___System_Drawing_Drawing2D_FillMode_">FillPolygon(Color, PointF[], FillMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill polygon from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.FillRectangle(System.Drawing.Color,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillRectangle.html#C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_">FillRectangle(Color, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_SizeF_" data-uid="C1.C1Word.C1WordDocument.FillRectangle(System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillRectangle.html#C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Drawing_RectangleF_System_Drawing_SizeF_">FillRectangle(Color, RectangleF, SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill round rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_" data-uid="C1.C1Word.C1WordDocument.FillRectangle(System.Drawing.Color,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.FillRectangle.html#C1_C1Word_C1WordDocument_FillRectangle_System_Drawing_Color_System_Single_System_Single_System_Single_System_Single_">FillRectangle(Color, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Fill rectangle from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetEnumerator" data-uid="C1.C1Word.C1WordDocument.GetEnumerator">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetEnumerator.html#C1_C1Word_C1WordDocument_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>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_Drawing_Font_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.Drawing.Font)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_Drawing_Font_">GetParagraph(Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph with the empty text and string format for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_">GetParagraph(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_">GetParagraph(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_System_Drawing_StringFormat_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String,System.Drawing.Font,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_System_Drawing_StringFormat_">GetParagraph(string, Font, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text and string format for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String,System.Drawing.Font,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_Font_System_Drawing_StringFormat_System_Single_">GetParagraph(string, Font, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text and string format for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_StringFormat_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_StringFormat_">GetParagraph(string, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text and string format for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_StringFormat_System_Single_" data-uid="C1.C1Word.C1WordDocument.GetParagraph(System.String,System.Drawing.StringFormat,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.GetParagraph.html#C1_C1Word_C1WordDocument_GetParagraph_System_String_System_Drawing_StringFormat_System_Single_">GetParagraph(string, StringFormat, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Get paragraph for the text and string format for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LineBreak" data-uid="C1.C1Word.C1WordDocument.LineBreak">
          <a class="xref" href="C1.C1Word.C1WordDocument.LineBreak.html#C1_C1Word_C1WordDocument_LineBreak">LineBreak()</a>
        </td>
        <td class="markdown level1 summary"><p>Add new line to this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Load_System_String_" data-uid="C1.C1Word.C1WordDocument.Load(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Load.html#C1_C1Word_C1WordDocument_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load document from the file with file name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LoadFromOpenXml_System_IO_Stream_" data-uid="C1.C1Word.C1WordDocument.LoadFromOpenXml(System.IO.Stream)">
          <a class="xref" href="C1.C1Word.C1WordDocument.LoadFromOpenXml.html#C1_C1Word_C1WordDocument_LoadFromOpenXml_System_IO_Stream_">LoadFromOpenXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Load document from the readable Open XML stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LoadFromOpenXml_System_String_" data-uid="C1.C1Word.C1WordDocument.LoadFromOpenXml(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.LoadFromOpenXml.html#C1_C1Word_C1WordDocument_LoadFromOpenXml_System_String_">LoadFromOpenXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load document from the file in Open XML format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LoadFromRtf_System_IO_Stream_" data-uid="C1.C1Word.C1WordDocument.LoadFromRtf(System.IO.Stream)">
          <a class="xref" href="C1.C1Word.C1WordDocument.LoadFromRtf.html#C1_C1Word_C1WordDocument_LoadFromRtf_System_IO_Stream_">LoadFromRtf(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Load document from the readable RTF stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_LoadFromText_System_IO_Stream_" data-uid="C1.C1Word.C1WordDocument.LoadFromText(System.IO.Stream)">
          <a class="xref" href="C1.C1Word.C1WordDocument.LoadFromText.html#C1_C1Word_C1WordDocument_LoadFromText_System_IO_Stream_">LoadFromText(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Load document from the readable text stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureExpand_System_String_System_Drawing_Font_System_Double_" data-uid="C1.C1Word.C1WordDocument.MeasureExpand(System.String,System.Drawing.Font,System.Double)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureExpand.html#C1_C1Word_C1WordDocument_MeasureExpand_System_String_System_Drawing_Font_System_Double_">MeasureExpand(string, Font, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure expand value (spacing between characters) for the text of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureFontSize_System_String_System_Drawing_Font_System_Double_" data-uid="C1.C1Word.C1WordDocument.MeasureFontSize(System.String,System.Drawing.Font,System.Double)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureFontSize.html#C1_C1Word_C1WordDocument_MeasureFontSize_System_String_System_Drawing_Font_System_Double_">MeasureFontSize(string, Font, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure font size for the text of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_" data-uid="C1.C1Word.C1WordDocument.MeasureString(System.String,System.Drawing.Font)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureString.html#C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_">MeasureString(string, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure string for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_" data-uid="C1.C1Word.C1WordDocument.MeasureString(System.String,System.Drawing.Font,System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureString.html#C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_">MeasureString(string, Font, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure string for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_" data-uid="C1.C1Word.C1WordDocument.MeasureString(System.String,System.Drawing.Font,System.Single,System.Drawing.StringFormat)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureString.html#C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_">MeasureString(string, Font, float, StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure string for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_System_Int32_" data-uid="C1.C1Word.C1WordDocument.MeasureString(System.String,System.Drawing.Font,System.Single,System.Drawing.StringFormat,System.Int32)">
          <a class="xref" href="C1.C1Word.C1WordDocument.MeasureString.html#C1_C1Word_C1WordDocument_MeasureString_System_String_System_Drawing_Font_System_Single_System_Drawing_StringFormat_System_Int32_">MeasureString(string, Font, float, StringFormat, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Measure string for this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Merging_C1_C1Word_C1WordDocument_" data-uid="C1.C1Word.C1WordDocument.Merging(C1.C1Word.C1WordDocument)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Merging.html#C1_C1Word_C1WordDocument_Merging_C1_C1Word_C1WordDocument_">Merging(C1WordDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>The merging of this document and other.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Merging_C1_C1Word_C1WordDocument_C1_C1Word_Objects_IRtfContent_" data-uid="C1.C1Word.C1WordDocument.Merging(C1.C1Word.C1WordDocument,C1.C1Word.Objects.IRtfContent)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Merging.html#C1_C1Word_C1WordDocument_Merging_C1_C1Word_C1WordDocument_C1_C1Word_Objects_IRtfContent_">Merging(C1WordDocument, IRtfContent)</a>
        </td>
        <td class="markdown level1 summary"><p>The merging of this document and other to content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_NewPage" data-uid="C1.C1Word.C1WordDocument.NewPage">
          <a class="xref" href="C1.C1Word.C1WordDocument.NewPage.html#C1_C1Word_C1WordDocument_NewPage">NewPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Starts a new page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_PageBreak_System_Boolean_" data-uid="C1.C1Word.C1WordDocument.PageBreak(System.Boolean)">
          <a class="xref" href="C1.C1Word.C1WordDocument.PageBreak.html#C1_C1Word_C1WordDocument_PageBreak_System_Boolean_">PageBreak(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Add new page to this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ParseRtfText_System_String_" data-uid="C1.C1Word.C1WordDocument.ParseRtfText(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ParseRtfText.html#C1_C1Word_C1WordDocument_ParseRtfText_System_String_">ParseRtfText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parse a RTF text and added to this document content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ResetClipRect" data-uid="C1.C1Word.C1WordDocument.ResetClipRect">
          <a class="xref" href="C1.C1Word.C1WordDocument.ResetClipRect.html#C1_C1Word_C1WordDocument_ResetClipRect">ResetClipRect()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the clipping area to the state before the last call to <a class="xref" href="C1.C1Word.C1WordDocument.SetClipRect.html#C1_C1Word_C1WordDocument_SetClipRect_System_Drawing_RectangleF_">SetClipRect(RectangleF)</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Save_System_IO_Stream_C1_C1Word_FileFormat_" data-uid="C1.C1Word.C1WordDocument.Save(System.IO.Stream,C1.C1Word.FileFormat)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Save.html#C1_C1Word_C1WordDocument_Save_System_IO_Stream_C1_C1Word_FileFormat_">Save(Stream, FileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Save this document to the stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_Save_System_String_" data-uid="C1.C1Word.C1WordDocument.Save(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.Save.html#C1_C1Word_C1WordDocument_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Save this document to the file with file name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_SaveToText_System_IO_Stream_" data-uid="C1.C1Word.C1WordDocument.SaveToText(System.IO.Stream)">
          <a class="xref" href="C1.C1Word.C1WordDocument.SaveToText.html#C1_C1Word_C1WordDocument_SaveToText_System_IO_Stream_">SaveToText(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Save this document to a writable text stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_SetClipRect_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.SetClipRect(System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.SetClipRect.html#C1_C1Word_C1WordDocument_SetClipRect_System_Drawing_RectangleF_">SetClipRect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a clipping area of this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_SetPageSettings_System_Drawing_SizeF_System_Drawing_Printing_Margins_" data-uid="C1.C1Word.C1WordDocument.SetPageSettings(System.Drawing.SizeF,System.Drawing.Printing.Margins)">
          <a class="xref" href="C1.C1Word.C1WordDocument.SetPageSettings.html#C1_C1Word_C1WordDocument_SetPageSettings_System_Drawing_SizeF_System_Drawing_Printing_Margins_">SetPageSettings(SizeF, Margins)</a>
        </td>
        <td class="markdown level1 summary"><p>Set current page settings from this document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ShapeFillOpacity_System_Int32_" data-uid="C1.C1Word.C1WordDocument.ShapeFillOpacity(System.Int32)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ShapeFillOpacity.html#C1_C1Word_C1WordDocument_ShapeFillOpacity_System_Int32_">ShapeFillOpacity(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Set opacity for current Word/RTF shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ShapeHyperlink_System_String_" data-uid="C1.C1Word.C1WordDocument.ShapeHyperlink(System.String)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ShapeHyperlink.html#C1_C1Word_C1WordDocument_ShapeHyperlink_System_String_">ShapeHyperlink(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Set hyperlink source for current Word/RTF shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ShapeRotation_System_Single_" data-uid="C1.C1Word.C1WordDocument.ShapeRotation(System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ShapeRotation.html#C1_C1Word_C1WordDocument_ShapeRotation_System_Single_">ShapeRotation(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Set rotation for current Word/RTF shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPixels_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.ToPixels(System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPixels.html#C1_C1Word_C1WordDocument_ToPixels_System_Drawing_RectangleF_">ToPixels(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts points to pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPixels_System_Drawing_SizeF_" data-uid="C1.C1Word.C1WordDocument.ToPixels(System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPixels.html#C1_C1Word_C1WordDocument_ToPixels_System_Drawing_SizeF_">ToPixels(SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts points to pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPixels_System_Single_" data-uid="C1.C1Word.C1WordDocument.ToPixels(System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPixels.html#C1_C1Word_C1WordDocument_ToPixels_System_Single_">ToPixels(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts points to pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPoints_System_Drawing_RectangleF_" data-uid="C1.C1Word.C1WordDocument.ToPoints(System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPoints.html#C1_C1Word_C1WordDocument_ToPoints_System_Drawing_RectangleF_">ToPoints(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts pixels to points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPoints_System_Drawing_SizeF_" data-uid="C1.C1Word.C1WordDocument.ToPoints(System.Drawing.SizeF)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPoints.html#C1_C1Word_C1WordDocument_ToPoints_System_Drawing_SizeF_">ToPoints(SizeF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts pixels to points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToPoints_System_Single_" data-uid="C1.C1Word.C1WordDocument.ToPoints(System.Single)">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToPoints.html#C1_C1Word_C1WordDocument_ToPoints_System_Single_">ToPoints(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts pixels to points.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_C1WordDocument_ToRtfText" data-uid="C1.C1Word.C1WordDocument.ToRtfText">
          <a class="xref" href="C1.C1Word.C1WordDocument.ToRtfText.html#C1_C1Word_C1WordDocument_ToRtfText">ToRtfText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a RTF text for this document content.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Word_C1WordDocument_RtfPageAdded" data-uid="C1.C1Word.C1WordDocument.RtfPageAdded">
          <a class="xref" href="C1.C1Word.C1WordDocument.RtfPageAdded.html">RtfPageAdded</a>
        </td>
        <td class="markdown level1 summary"><p>The added page for Word/RTF document event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
