# C1.WPF.Word.StringFormatFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Word_StringFormatFlags" data-uid="C1.WPF.Word.StringFormatFlags" class="text-break">StringFormatFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the display and layout information for strings.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.html">C1.WPF.Word</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_StringFormatFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum StringFormatFlags</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_DirectionRightToLeft">DirectionRightToLeft</td>
        <td><p>Text is displayed from right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_DirectionVertical">DirectionVertical</td>
        <td><p>Text is displayed in the vertical direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_DisplayFormatControl">DisplayFormatControl</td>
        <td><p>Show control characters as glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_FitBlackBox">FitBlackBox</td>
        <td><p>Allow parts of characters to overhang the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_LineLimit">LineLimit</td>
        <td><p>Only entire lines are laid out in the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_MeasureTrailingSpaces">MeasureTrailingSpaces</td>
        <td><p>Includes the whitespace at the end of lines when laying out the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_NoClip">NoClip</td>
        <td><p>Allow text to render outside the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_NoFontFallback">NoFontFallback</td>
        <td><p>Disable fallback to alternate fonts when requested font is not available.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_StringFormatFlags_NoWrap">NoWrap</td>
        <td><p>Disable wrapping within the layout rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
