# C1.WPF.RichTextBox.Documents.C1TextElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1TextElement" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement" class="text-break">C1TextElement Class
</h1>
  <div class="markdown level0 summary"><p>An abstract class used as the base class for all elements in a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a>.</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"><span class="xref">C1TextElement</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Block.html">C1Block</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.html">C1Inline</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1TextElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TextElement : IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TextElement
    Implements IEnumerable(Of C1TextElement), IEnumerable</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="C1_WPF_RichTextBox_Documents_C1TextElement__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.-ctor.html#C1_WPF_RichTextBox_Documents_C1TextElement__ctor">C1TextElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_BackgroundProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.BackgroundProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BackgroundProperty.html">BackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Background.html#C1_WPF_RichTextBox_Documents_C1TextElement_Background">Background</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_BorderBrushProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.BorderBrushProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderBrushProperty.html">BorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderBrush.html#C1_WPF_RichTextBox_Documents_C1TextElement_BorderBrush">BorderBrush</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_BorderThicknessProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.BorderThicknessProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderThicknessProperty.html">BorderThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderThickness.html#C1_WPF_RichTextBox_Documents_C1TextElement_BorderThickness">BorderThickness</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_CornerRadiusProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.CornerRadius.html#C1_WPF_RichTextBox_Documents_C1TextElement_CornerRadius">CornerRadius</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_CursorProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.CursorProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.CursorProperty.html">CursorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Cursor.html#C1_WPF_RichTextBox_Documents_C1TextElement_Cursor">Cursor</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontFamilyProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontFamilyProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontFamilyProperty.html">FontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontFamily.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontFamily">FontFamily</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontSizeProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontSizeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontSizeProperty.html">FontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontSize.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontSize">FontSize</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontStyleProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontStyleProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontStyleProperty.html">FontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontStyle.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontStyle">FontStyle</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontWeightProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontWeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontWeightProperty.html">FontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontWeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontWeight">FontWeight</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ForegroundProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ForegroundProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ForegroundProperty.html">ForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Foreground.html#C1_WPF_RichTextBox_Documents_C1TextElement_Foreground">Foreground</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_HeightProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.HeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.HeightProperty.html">HeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Height.html#C1_WPF_RichTextBox_Documents_C1TextElement_Height">Height</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsEditableProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsEditableProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsEditableProperty.html">IsEditableProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsEditable.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsEditable">IsEditable</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_LineHeightProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.LineHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.LineHeightProperty.html">LineHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.LineHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_LineHeight">LineHeight</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MarginProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MarginProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MarginProperty.html">MarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Margin.html#C1_WPF_RichTextBox_Documents_C1TextElement_Margin">Margin</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MaxHeightProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MaxHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxHeightProperty.html">MaxHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_MaxHeight">MaxHeight</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MaxWidthProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MaxWidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxWidthProperty.html">MaxWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxWidth.html#C1_WPF_RichTextBox_Documents_C1TextElement_MaxWidth">MaxWidth</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MinHeightProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MinHeightProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinHeightProperty.html">MinHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_MinHeight">MinHeight</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MinWidthProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MinWidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinWidthProperty.html">MinWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinWidth.html#C1_WPF_RichTextBox_Documents_C1TextElement_MinWidth">MinWidth</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_PaddingProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.PaddingProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.PaddingProperty.html">PaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Padding.html#C1_WPF_RichTextBox_Documents_C1TextElement_Padding">Padding</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextDecorationsProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextDecorationsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextDecorationsProperty.html">TextDecorationsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextDecorations.html#C1_WPF_RichTextBox_Documents_C1TextElement_TextDecorations">TextDecorations</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextEffectProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextEffectProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextEffectProperty.html">TextEffectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">TextEffect</span> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ToolTipProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ToolTipProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ToolTipProperty.html">ToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ToolTip.html#C1_WPF_RichTextBox_Documents_C1TextElement_ToolTip">ToolTip</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_VerticalAlignmentProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.VerticalAlignmentProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.VerticalAlignmentProperty.html">VerticalAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.VerticalAlignment.html#C1_WPF_RichTextBox_Documents_C1TextElement_VerticalAlignment">VerticalAlignment</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_VisibilityProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.VisibilityProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.VisibilityProperty.html">VisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Visibility.html#C1_WPF_RichTextBox_Documents_C1TextElement_Visibility">Visibility</a> style property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_WidthProperty" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.WidthProperty">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Width.html#C1_WPF_RichTextBox_Documents_C1TextElement_Width">Width</a> style property.</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="C1_WPF_RichTextBox_Documents_C1TextElement_Background" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Background">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Background.html#C1_WPF_RichTextBox_Documents_C1TextElement_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to fill the background of the content area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_BorderBrush" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.BorderBrush">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderBrush.html#C1_WPF_RichTextBox_Documents_C1TextElement_BorderBrush">BorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to fill the border of a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_BorderThickness" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.BorderThickness">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.BorderThickness.html#C1_WPF_RichTextBox_Documents_C1TextElement_BorderThickness">BorderThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border thickness of a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Children" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Children">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Children.html#C1_WPF_RichTextBox_Documents_C1TextElement_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Get all children of this C1TextElement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ContentEnd" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ContentEnd">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ContentEnd.html#C1_WPF_RichTextBox_Documents_C1TextElement_ContentEnd">ContentEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> at the end of this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ContentRange" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ContentRange">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ContentRange.html#C1_WPF_RichTextBox_Documents_C1TextElement_ContentRange">ContentRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a> of this element's content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ContentStart" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ContentStart">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ContentStart.html#C1_WPF_RichTextBox_Documents_C1TextElement_ContentStart">ContentStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> at the start of this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_CornerRadius" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.CornerRadius">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.CornerRadius.html#C1_WPF_RichTextBox_Documents_C1TextElement_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corner radius for the border of a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Cursor" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Cursor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Cursor.html#C1_WPF_RichTextBox_Documents_C1TextElement_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Cursor.html#C1_WPF_RichTextBox_Documents_C1TextElement_Cursor">Cursor</a> displayed when the mouse is over this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_EndTag" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.EndTag">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.EndTag.html#C1_WPF_RichTextBox_Documents_C1TextElement_EndTag">EndTag</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.EndTag.html#C1_WPF_RichTextBox_Documents_C1TextElement_EndTag">EndTag</a> of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontFamily" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontFamily">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontFamily.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the preferred font family for the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontSize" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontSize">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontSize.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size for the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontStyle" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontStyle">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontStyle.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style for the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_FontWeight" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.FontWeight">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.FontWeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight for the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Foreground" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Foreground">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Foreground.html#C1_WPF_RichTextBox_Documents_C1TextElement_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> to apply to the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Height" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Height">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Height.html#C1_WPF_RichTextBox_Documents_C1TextElement_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Id" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Id">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Id.html#C1_WPF_RichTextBox_Documents_C1TextElement_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an identifier for this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Index" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Index">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Index.html#C1_WPF_RichTextBox_Documents_C1TextElement_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Get the index of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> in its parent <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Children.html#C1_WPF_RichTextBox_Documents_C1TextElement_Children">Children</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsCollapsed" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsCollapsed">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsCollapsed.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this element is collapsed, that is, if its <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Visibility.html#C1_WPF_RichTextBox_Documents_C1TextElement_Visibility">Visibility</a>, or that of one of its parents, is <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Visibility.html#C1_WPF_RichTextBox_Documents_C1Visibility_Collapsed">Collapsed</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsEditable" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsEditable">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsEditable.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsEditable">IsEditable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the content of this element are editable in a <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsLeaf" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsLeaf">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsLeaf.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsLeaf">IsLeaf</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this element is a leaf in the document tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsRoot" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsRoot">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsRoot.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsRoot">IsRoot</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this element is the root of its tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_LineHeight" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.LineHeight">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.LineHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_LineHeight">LineHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a number that is multiplied by the computed height of a line to obtain the final height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Margin" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Margin">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Margin.html#C1_WPF_RichTextBox_Documents_C1TextElement_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin of a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MaxHeight" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MaxHeight">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the max-height of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MaxWidth" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MaxWidth">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MaxWidth.html#C1_WPF_RichTextBox_Documents_C1TextElement_MaxWidth">MaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the max-width of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MinHeight" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MinHeight">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinHeight.html#C1_WPF_RichTextBox_Documents_C1TextElement_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the min-height of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_MinWidth" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.MinWidth">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.MinWidth.html#C1_WPF_RichTextBox_Documents_C1TextElement_MinWidth">MinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the min-width of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Name" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Name">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Name.html#C1_WPF_RichTextBox_Documents_C1TextElement_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name for this text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_NextSibling" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.NextSibling">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.NextSibling.html#C1_WPF_RichTextBox_Documents_C1TextElement_NextSibling">NextSibling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next sibling of this element, or null if this is the last child.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Padding" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Padding">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Padding.html#C1_WPF_RichTextBox_Documents_C1TextElement_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of a text element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Parent" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Parent">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Parent.html#C1_WPF_RichTextBox_Documents_C1TextElement_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_PreviousSibling" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.PreviousSibling">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.PreviousSibling.html#C1_WPF_RichTextBox_Documents_C1TextElement_PreviousSibling">PreviousSibling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous sibling of this element, or null if this is the first child.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Root" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Root">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Root.html#C1_WPF_RichTextBox_Documents_C1TextElement_Root">Root</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the root element of this element's tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_StartTag" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.StartTag">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.StartTag.html#C1_WPF_RichTextBox_Documents_C1TextElement_StartTag">StartTag</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.StartTag.html#C1_WPF_RichTextBox_Documents_C1TextElement_StartTag">StartTag</a> of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Style" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Style">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Style.html#C1_WPF_RichTextBox_Documents_C1TextElement_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the style values for this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextDecorations" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextDecorations">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextDecorations.html#C1_WPF_RichTextBox_Documents_C1TextElement_TextDecorations">TextDecorations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection of text decorations to apply to the content of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextEffect" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextEffect">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextEffect.html#C1_WPF_RichTextBox_Documents_C1TextElement_TextEffect">TextEffect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.effects.effect">Effect</a> applied to the text of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ToolTip" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ToolTip">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ToolTip.html#C1_WPF_RichTextBox_Documents_C1TextElement_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.tooltip">ToolTip</a> displayed when the mouse is over this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_VerticalAlignment" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.VerticalAlignment">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.VerticalAlignment.html#C1_WPF_RichTextBox_Documents_C1TextElement_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how elements are aligned in a line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Visibility" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Visibility">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Visibility.html#C1_WPF_RichTextBox_Documents_C1TextElement_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Width" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Width">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Width.html#C1_WPF_RichTextBox_Documents_C1TextElement_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</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_WPF_RichTextBox_Documents_C1TextElement_ClearValue_C1_WPF_RichTextBox_Documents_StyleProperty_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ClearValue(C1.WPF.RichTextBox.Documents.StyleProperty)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ClearValue.html#C1_WPF_RichTextBox_Documents_C1TextElement_ClearValue_C1_WPF_RichTextBox_Documents_StyleProperty_">ClearValue(StyleProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the value of style property in this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Clone" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Clone">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Clone.html#C1_WPF_RichTextBox_Documents_C1TextElement_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a deep copy of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_CreateNewElement" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.CreateNewElement">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.CreateNewElement.html#C1_WPF_RichTextBox_Documents_C1TextElement_CreateNewElement">CreateNewElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> with the same type as this.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Enumerate_System_Windows_Documents_LogicalDirection_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Enumerate(System.Windows.Documents.LogicalDirection)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Enumerate.html#C1_WPF_RichTextBox_Documents_C1TextElement_Enumerate_System_Windows_Documents_LogicalDirection_">Enumerate(LogicalDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Enumerates the elements in the document in the specified direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_EnumerateSubtree" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.EnumerateSubtree">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.EnumerateSubtree.html#C1_WPF_RichTextBox_Documents_C1TextElement_EnumerateSubtree">EnumerateSubtree()</a>
        </td>
        <td class="markdown level1 summary"><p>Enumerates all elements in the sub tree where this element is root.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_GetEnumerator" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.GetEnumerator">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.GetEnumerator.html#C1_WPF_RichTextBox_Documents_C1TextElement_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_GetParents" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.GetParents">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.GetParents.html#C1_WPF_RichTextBox_Documents_C1TextElement_GetParents">GetParents()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of parents from the root.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_GetValue__1_C1_WPF_RichTextBox_Documents_StyleProperty_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.GetValue``1(C1.WPF.RichTextBox.Documents.StyleProperty)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.GetValue.html#C1_WPF_RichTextBox_Documents_C1TextElement_GetValue__1_C1_WPF_RichTextBox_Documents_StyleProperty_">GetValue&lt;T&gt;(StyleProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of a style property for this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Group_C1_WPF_RichTextBox_Documents_C1TextElement_System_Int32_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Group(C1.WPF.RichTextBox.Documents.C1TextElement,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Group.html#C1_WPF_RichTextBox_Documents_C1TextElement_Group_C1_WPF_RichTextBox_Documents_C1TextElement_System_Int32_System_Int32_">Group(C1TextElement, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups some of this C1TextElement children,
all children in the specified range are added to the new parent,
and the parent is inserted at the range start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_IsValidChild_System_Type_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.IsValidChild(System.Type)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.IsValidChild.html#C1_WPF_RichTextBox_Documents_C1TextElement_IsValidChild_System_Type_">IsValidChild(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether a type is a valid child of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_JoinSibling" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.JoinSibling">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.JoinSibling.html#C1_WPF_RichTextBox_Documents_C1TextElement_JoinSibling">JoinSibling()</a>
        </td>
        <td class="markdown level1 summary"><p>Joins this element with its next sibling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_OnTextChanged_C1_WPF_RichTextBox_C1TextChangedEventArgs_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.OnTextChanged(C1.WPF.RichTextBox.C1TextChangedEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.OnTextChanged.html#C1_WPF_RichTextBox_Documents_C1TextElement_OnTextChanged_C1_WPF_RichTextBox_C1TextChangedEventArgs_">OnTextChanged(C1TextChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanged.html">TextChanged</a> event needs to be fired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_OnTextChanging_C1_WPF_RichTextBox_C1TextChangedEventArgs_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.OnTextChanging(C1.WPF.RichTextBox.C1TextChangedEventArgs)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.OnTextChanging.html#C1_WPF_RichTextBox_Documents_C1TextElement_OnTextChanging_C1_WPF_RichTextBox_C1TextChangedEventArgs_">OnTextChanging(C1TextChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanging.html">TextChanging</a> event needs to be fired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Remove" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Remove">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Remove.html#C1_WPF_RichTextBox_Documents_C1TextElement_Remove">Remove()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element from the document tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Remove_System_Int32_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Remove(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Remove.html#C1_WPF_RichTextBox_Documents_C1TextElement_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of children in this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_SetValue__1_C1_WPF_RichTextBox_Documents_StyleProperty___0_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.SetValue``1(C1.WPF.RichTextBox.Documents.StyleProperty,``0)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.SetValue.html#C1_WPF_RichTextBox_Documents_C1TextElement_SetValue__1_C1_WPF_RichTextBox_Documents_StyleProperty___0_">SetValue&lt;T&gt;(StyleProperty, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a style property of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ShallowClone" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ShallowClone">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ShallowClone.html#C1_WPF_RichTextBox_Documents_C1TextElement_ShallowClone">ShallowClone()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a shallow copy of this element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Split_System_Int32_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Split(System.Int32)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Split.html#C1_WPF_RichTextBox_Documents_C1TextElement_Split_System_Int32_">Split(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at the specified offset into two elements of the same type with the same style properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_Split_System_Int32_System_Boolean_" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.Split(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Split.html#C1_WPF_RichTextBox_Documents_C1TextElement_Split_System_Int32_System_Boolean_">Split(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> at the specified offset into two elements of the same type with the same style properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_UnGroup" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.UnGroup">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.UnGroup.html#C1_WPF_RichTextBox_Documents_C1TextElement_UnGroup">UnGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>, that is, this C1TextElement is removed, and all its children are added to its parent.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_ChildrenChanged" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.ChildrenChanged">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.ChildrenChanged.html">ChildrenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the children collection of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextChanged" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanged">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after a text change occurs in the sub tree where this element is root.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1TextElement_TextChanging" data-uid="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanging">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.TextChanging.html">TextChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before a text change occurs in the sub tree where this element is root.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
