# C1.C1Preview.RenderVerticalParagraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderVerticalParagraph" data-uid="C1.C1Preview.RenderVerticalParagraph" class="text-break">RenderVerticalParagraph Class
</h1>
  <div class="markdown level0 summary"><p>Represents a paragraph of vertical text in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.
Paragraphs can contain inline text and images, possibly rendered using different styles.
The content of a paragraph is accessible via the <a class="xref" href="C1.C1Preview.RenderParagraph.Content.html#C1_C1Preview_RenderParagraph_Content">Content</a> property.</p>
<p>
Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner,
vertically from right to left.
</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RenderTextBase.html">RenderTextBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.RenderParagraph.html">RenderParagraph</a></div>
    <div class="level4"><span class="xref">RenderVerticalParagraph</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RenderVerticalParagraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderVerticalParagraph : RenderParagraph, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderVerticalParagraph
    Inherits RenderParagraph
    Implements IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <h5 id="C1_C1Preview_RenderVerticalParagraph_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
The default height and width of <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.html">RenderVerticalParagraph</a> is <code>auto</code>.
In particular, that means that text without line breaks will by default stretch
downwards indefinitely. To make text wrap at the bottom, the height of
the <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.html">RenderVerticalParagraph</a> object must be explicitly set.
</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_C1Preview_RenderVerticalParagraph__ctor" data-uid="C1.C1Preview.RenderVerticalParagraph.#ctor">
          <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.-ctor.html#C1_C1Preview_RenderVerticalParagraph__ctor">RenderVerticalParagraph()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_RenderVerticalParagraph_GetDefaultHeight" data-uid="C1.C1Preview.RenderVerticalParagraph.GetDefaultHeight">
          <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.GetDefaultHeight.html#C1_C1Preview_RenderVerticalParagraph_GetDefaultHeight">GetDefaultHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderVerticalParagraph_GetDefaultSplitHorzBehavior" data-uid="C1.C1Preview.RenderVerticalParagraph.GetDefaultSplitHorzBehavior">
          <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.GetDefaultSplitHorzBehavior.html#C1_C1Preview_RenderVerticalParagraph_GetDefaultSplitHorzBehavior">GetDefaultSplitHorzBehavior()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderVerticalParagraph_GetDefaultSplitVertBehavior" data-uid="C1.C1Preview.RenderVerticalParagraph.GetDefaultSplitVertBehavior">
          <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.GetDefaultSplitVertBehavior.html#C1_C1Preview_RenderVerticalParagraph_GetDefaultSplitVertBehavior">GetDefaultSplitVertBehavior()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderVerticalParagraph_GetDefaultWidth" data-uid="C1.C1Preview.RenderVerticalParagraph.GetDefaultWidth">
          <a class="xref" href="C1.C1Preview.RenderVerticalParagraph.GetDefaultWidth.html#C1_C1Preview_RenderVerticalParagraph_GetDefaultWidth">GetDefaultWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.RenderVerticalText.html">RenderVerticalText</a></div>
  </div>

</div>
