# C1.WPF.RichTextBox.Documents

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_WPF_RichTextBox_Documents" data-uid="C1.WPF.RichTextBox.Documents" class="text-break">C1.WPF.RichTextBox.Documents Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Block.html">C1Block</a></h4>
      <section><p>An abstract class that provides a base for all block-level flow content elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1BlockUIContainer.html">C1BlockUIContainer</a></h4>
      <section><p>A block-level flow content element which enables UIElement elements to be embedded in flow content.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a></h4>
      <section><p>Represents a flow document.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.html">C1HtmlDocument</a></h4>
      <section><p>Represents an Html document.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a></h4>
      <section><p>Represents an Html element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlNode.html">C1HtmlNode</a></h4>
      <section><p>Represents an Html node.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlText.html">C1HtmlText</a></h4>
      <section><p>Represents an Html text node.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.html">C1Hyperlink</a></h4>
      <section><p>An inline-level flow content element that provides facilities for hosting hyperlinks within flow content.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.html">C1Inline</a></h4>
      <section><p>An abstract class that provides a base for all inline flow content elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1InlineUIContainer.html">C1InlineUIContainer</a></h4>
      <section><p>An inline-level flow content element which enables UIElement elements to be embedded in flow content.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1LengthConverter.html">C1LengthConverter</a></h4>
      <section><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a> for <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Length.html">C1Length</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1List.html">C1List</a></h4>
      <section><p>A block-level flow content element that provides facilities for presenting content in an ordered or unordered list.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1ListItem.html">C1ListItem</a></h4>
      <section><p>A flow content element that represents a particular content item in a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1List.html">C1List</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1ListMarkerTemplateContext.html">C1ListMarkerTemplateContext</a></h4>
      <section><p>Class used as DataContext for <a class="xref" href="C1.WPF.RichTextBox.Documents.C1List.MarkerTemplate.html#C1_WPF_RichTextBox_Documents_C1List_MarkerTemplate">MarkerTemplate</a></p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Paragraph.html">C1Paragraph</a></h4>
      <section><p>A block-level flow content element used to group content into a paragraph.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Run.html">C1Run</a></h4>
      <section><p>An inline-level flow content element intended to contain a run of formatted or unformatted text.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Section.html">C1Section</a></h4>
      <section><p>A block-level flow content element used for grouping other <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Block.html">C1Block</a> elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Span.html">C1Span</a></h4>
      <section><p>Groups other <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.html">C1Inline</a> flow content elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a></h4>
      <section><p>A block-level flow content element that provides a grid-based presentation organized by rows and columns.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableCell.html">C1TableCell</a></h4>
      <section><p>A flow content element that defines a cell of content within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableColumn.html">C1TableColumn</a></h4>
      <section><p>Defines a column within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRow.html">C1TableRow</a></h4>
      <section><p>A flow content element that defines a row within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRowGroup.html">C1TableRowGroup</a></h4>
      <section><p>Represents a flow content element used to group <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TableRow.html">C1TableRow</a> elements within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Table.html">C1Table</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecoration.html">C1TextDecoration</a></h4>
      <section><p>Represents a text decoration, which a visual ornamentation that is added to text (such as an underline).</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorationCollection.html">C1TextDecorationCollection</a></h4>
      <section><p>Represents a collection of <span class="xref">TextDecoration</span> instances.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorationCollectionConverter.html">C1TextDecorationCollectionConverter</a></h4>
      <section><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a> for <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorationCollection.html">C1TextDecorationCollection</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorations.html">C1TextDecorations</a></h4>
      <section><p>Provides a set of static predefined text decorations.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></h4>
      <section><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>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElementStyle.html">C1TextElementStyle</a></h4>
      <section><p>Defines a collection of <a class="xref" href="C1.WPF.RichTextBox.Documents.StyleProperty.html">StyleProperty</a> values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a></h4>
      <section><p>Represents a position within a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a></p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextRange.html">C1TextRange</a></h4>
      <section><p>Represents a text range in a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ClipboardEventArgs.html">ClipboardEventArgs</a></h4>
      <section><p>Arguments for the clipboard events in <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ConvertedHtmlNodeEventArgs.html">ConvertedHtmlNodeEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlFilter.ConvertedHtmlNode.html">ConvertedHtmlNode</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ConvertedTextElementEventArgs.html">ConvertedTextElementEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlFilter.ConvertedTextElement.html">ConvertedTextElement</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ConvertingHtmlNodeEventArgs.html">ConvertingHtmlNodeEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlFilter.ConvertingHtmlNode.html">ConvertingHtmlNode</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ConvertingTextElementEventArgs.html">ConvertingTextElementEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlFilter.ConvertingTextElement.html">ConvertingTextElement</a> event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.DocumentHistory.html">DocumentHistory</a></h4>
      <section><p>Manages the history of actions performed in a document, and provides undo and redo for this actions.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.DocumentHistoryGroup.html">DocumentHistoryGroup</a></h4>
      <section><p>Helper class for handling <a class="xref" href="C1.WPF.RichTextBox.Documents.DocumentHistory.html">DocumentHistory</a> groups, starts a group when constructed, and ends it when disposed. This is meant to be used with the using keyword.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.EndTag.html">EndTag</a></h4>
      <section><p>Represents an end tag of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlFilter.html">HtmlFilter</a></h4>
      <section><p>Filter for converting <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> objects to and from HTML strings.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.MhtmlFilter.html">MhtmlFilter</a></h4>
      <section><p>Filter for converting MHTML strings to <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.ProxyCollection-1.html">ProxyCollection&lt;T&gt;</a></h4>
      <section><p>Collection class used in <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> inherited classes.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.RtfFilter.html">RtfFilter</a></h4>
      <section><p>Filter for converting <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> objects to and from RTF strings.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.StartTag.html">StartTag</a></h4>
      <section><p>Represents a start tag of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.StyleProperty.html">StyleProperty</a></h4>
      <section><p>Defines a style property of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.Tag.html">Tag</a></h4>
      <section><p>Represents a tag of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Length.html">C1Length</a></h4>
      <section><p>Represents a length value used in <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1LengthUnitType.html">C1LengthUnitType</a></h4>
      <section><p>Describes the different units of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Length.html">C1Length</a></p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextAlignment.html">C1TextAlignment</a></h4>
      <section><p>Specifies whether text is centered, left-aligned, right-aligned or justified.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorationLocation.html">C1TextDecorationLocation</a></h4>
      <section><p>Specifies the vertical position of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecoration.html">C1TextDecoration</a> object.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecorationUnit.html">C1TextDecorationUnit</a></h4>
      <section><p>Specifies the unit type for <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecoration.Thickness.html#C1_WPF_RichTextBox_Documents_C1TextDecoration_Thickness">Thickness</a> and <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextDecoration.LocationOffset.html#C1_WPF_RichTextBox_Documents_C1TextDecoration_LocationOffset">LocationOffset</a> properties.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1VerticalAlignment.html">C1VerticalAlignment</a></h4>
      <section><p>Describes how elements are vertically aligned in a line.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Visibility.html">C1Visibility</a></h4>
      <section><p>Defines visibility values for <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.Visibility.html#C1_WPF_RichTextBox_Documents_C1TextElement_Visibility">Visibility</a>.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.HtmlEncoding.html">HtmlEncoding</a></h4>
      <section><p>Defines options for encoding a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Document.html">C1Document</a> as HTML.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.PageBreak.html">PageBreak</a></h4>
      <section><p>Page break options.</p>
</section>
      <h4><a class="xref" href="C1.WPF.RichTextBox.Documents.TextMarkerStyle.html">TextMarkerStyle</a></h4>
      <section><p>Describes the appearance of a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1List.html">C1List</a> item's bullet.</p>
</section>


</div>
