# GrapeCity.Documents.Svg.SvgTextContentElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgTextContentElement" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement" class="text-break">SvgTextContentElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents an element that supports rendering child text content.</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="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><span class="xref">SvgTextContentElement</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPathElement.html">SvgTextPathElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgTextPositioningElement.html">SvgTextPositioningElement</a></div>
  </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_SvgTextContentElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgTextContentElement : SvgGraphicsElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgTextContentElement
    Inherits SvgGraphicsElement</code></pre>
  </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="GrapeCity_Documents_Svg_SvgTextContentElement__ctor_GrapeCity_Documents_Svg_SvgElementType_" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.#ctor(GrapeCity.Documents.Svg.SvgElementType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.-ctor.html#GrapeCity_Documents_Svg_SvgTextContentElement__ctor_GrapeCity_Documents_Svg_SvgElementType_">SvgTextContentElement(SvgElementType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.html">SvgTextContentElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Svg_SvgTextContentElement_LengthAdjust" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.LengthAdjust">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.LengthAdjust.html#GrapeCity_Documents_Svg_SvgTextContentElement_LengthAdjust">LengthAdjust</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the glyphs themselves should be stretched or compressed in addition to the advance values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextContentElement_TextLength" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.TextLength">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.TextLength.html#GrapeCity_Documents_Svg_SvgTextContentElement_TextLength">TextLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the total sum of all of the advance values that correspond to character data within this element,
including the advance value on the glyph (horizontal or vertical), the effect of properties 'letter-spacing' and
'word-spacing' and adjustments due to attributes 'dx' and 'dy' on this 'text' or 'tspan' element or any descendants.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextContentElement_UnicodeBidi" data-uid="GrapeCity.Documents.Svg.SvgTextContentElement.UnicodeBidi">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.UnicodeBidi.html#GrapeCity_Documents_Svg_SvgTextContentElement_UnicodeBidi">UnicodeBidi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value overriding the intrinsic directionality of text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
