# GrapeCity.Spreadsheet.Printing.DocumentParagraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Printing_DocumentParagraph" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph" class="text-break">DocumentParagraph Class
</h1>
  <div class="markdown level0 summary"><p>Represents the document paragraph.</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"><span class="xref">DocumentParagraph</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Printing.html">GrapeCity.Spreadsheet.Printing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DocumentParagraph</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DocumentParagraph</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_Spreadsheet_Printing_DocumentParagraph_Document" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.Document">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.Document.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document owner of this paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_ZoomScale" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.ZoomScale">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.ZoomScale.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_ZoomScale">ZoomScale</a>
        </td>
        <td class="markdown level1 summary"><p>Get the zoom scale of page.</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_Spreadsheet_Printing_DocumentParagraph_GetColumnWidth_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetColumnWidth(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetColumnWidth.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetColumnWidth_System_Int32_">GetColumnWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width (in points) of column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetColumnWidth_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetColumnWidth(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetColumnWidth.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetColumnWidth_System_Int32_System_Int32_">GetColumnWidth(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total width (in points) of columns.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetRowHeight_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetRowHeight(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetRowHeight.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetRowHeight_System_Int32_">GetRowHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height (in points) of row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetRowHeight_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetRowHeight(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetRowHeight.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_GetRowHeight_System_Int32_System_Int32_">GetRowHeight(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total height (in points) of rows.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Printing_DocumentParagraph_NewPageCore_System_Int32_" data-uid="GrapeCity.Spreadsheet.Printing.DocumentParagraph.NewPageCore(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Printing.DocumentParagraph.NewPageCore.html#GrapeCity_Spreadsheet_Printing_DocumentParagraph_NewPageCore_System_Int32_">NewPageCore(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new page.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
