# GrapeCity.Documents.Word.Font.RightToLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Font_RightToLeft_" data-uid="GrapeCity.Documents.Word.Font.RightToLeft*">RightToLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Font_RightToLeft_" data-uid="GrapeCity.Documents.Word.Font.RightToLeft*"></a>
<h4 id="GrapeCity_Documents_Word_Font_RightToLeft" data-uid="GrapeCity.Documents.Word.Font.RightToLeft">RightToLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents shall have right-to-left characteristics.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool RightToLeft { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property RightToLeft As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Font_RightToLeft_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property, when on, shall not be used with strongly left-to-right text.
Any behavior under that condition is unspecified.
This property, when off, shall not be used with strong right-to-left text.
Any behavior under that condition is unspecified.
When the contents of this run are displayed, all characters shall be treated as complex script characters for formatting purposes.
This means that BoldBi, ItalicBi, SizeBi and a corresponding font name will be used when rendering the content.</p>
</div>
</div>
