# GrapeCity.Documents.Svg.SvgUnicodeBidi

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgUnicodeBidi" data-uid="GrapeCity.Documents.Svg.SvgUnicodeBidi" class="text-break">SvgUnicodeBidi Enum
</h1>
  <div class="markdown level0 summary"><p>Allows creating scopes within the unicode bidi algorithm, and to override the intrinsic directionality of text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgUnicodeBidi_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgUnicodeBidi</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgUnicodeBidi</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="GrapeCity_Documents_Svg_SvgUnicodeBidi_BidiOverride">BidiOverride</td>
        <td><p>The box acts like a directional embedding in the bidirectional algorithm, except that reordering within it is strictly
in sequence according to the direction property; the implicit part of the bidirectional algorithm is ignored.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnicodeBidi_Embed">Embed</td>
        <td><p>Creates a directional embedding by opening an additional level of embedding with respect to the bidirectional algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnicodeBidi_Isolate">Isolate</td>
        <td><p>Neither is the content inside the box bidi-affected by the content surrounding the box, nor is the content surrounding
the box bidi-affected by the content or specified directionality of the box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnicodeBidi_IsolateOverride">IsolateOverride</td>
        <td><p>The box nests a directional override inside an isolated sequence.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnicodeBidi_Normal">Normal</td>
        <td><p>The box does not open an additional level of embedding with respect to the bidirectional algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnicodeBidi_Plaintext">Plaintext</td>
        <td><p>The base directionality of each of isolated sequences is determined by the heuristic of the Unicode bidirectional algorithm.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
