Classes

  Class Description
Public class C1Block
An abstract class that provides a base for all block-level flow content elements.
Public class C1BlockUIContainer
A block-level flow content element which enables UIElement elements to be embedded in flow content.
Public class C1Document
Represents a flow document.
Public class C1HtmlDocument
Represents an Html document.
Public class C1HtmlElement
Represents an Html element.
Public class C1HtmlNode
Represents an Html node.
Public class C1HtmlText
Represents an Html text node.
Public class C1Hyperlink
An inline-level flow content element that provides facilities for hosting hyperlinks within flow content.
Public class C1Inline
An abstract class that provides a base for all inline flow content elements.
Public class C1InlineUIContainer
An inline-level flow content element which enables UIElement elements to be embedded in flow content.
Public class C1LengthConverter
TypeConverter for C1Length.
Public class C1List
A block-level flow content element that provides facilities for presenting content in an ordered or unordered list.
Public class C1ListItem
A flow content element that represents a particular content item in a C1List.
Public class C1ListMarkerTemplateContext
Class used as DataContext for MarkerTemplate
Public class C1Paragraph
A block-level flow content element used to group content into a paragraph.
Public class C1Run
An inline-level flow content element intended to contain a run of formatted or unformatted text.
Public class C1Section
A block-level flow content element used for grouping other C1Block elements.
Public class C1Span
Groups other C1Inline flow content elements.
Public class C1Table
A block-level flow content element that provides a grid-based presentation organized by rows and columns.
Public class C1TableCell
A flow content element that defines a cell of content within a C1Table.
Public class C1TableColumn
Defines a column within a C1Table.
Public class C1TableRow
A flow content element that defines a row within a C1Table.
Public class C1TableRowGroup
Represents a flow content element used to group C1TableRow elements within a C1Table.
Public class C1TextDecoration
Represents a text decoration, which a visual ornamentation that is added to text (such as an underline).
Public class C1TextDecorationCollection
Represents a collection of TextDecoration instances.
Public class C1TextDecorationCollectionConverter
TypeConverter for C1TextDecorationCollection.
Public class C1TextDecorations
Provides a set of static predefined text decorations.
Public class C1TextElement
An abstract class used as the base class for all elements in a C1Document.
Public class C1TextElementStyle
Defines a collection of StyleProperty values.
Public class C1TextPointer
Represents a position within a C1Document
Public class C1TextRange
Represents a text range in a C1Document.
Public class ClipboardEventArgs
Arguments for the clipboard events in C1RichTextBox.
Public class ConvertedHtmlNodeEventArgs
Provides data for the ConvertedHtmlNode event.
Public class ConvertedTextElementEventArgs
Provides data for the ConvertedTextElement event.
Public class ConvertingHtmlNodeEventArgs
Provides data for the ConvertingHtmlNode event.
Public class ConvertingTextElementEventArgs
Provides data for the ConvertingTextElement event.
Public class DocumentHistory
Manages the history of actions performed in a document, and provides undo and redo for this actions.
Public class DocumentHistoryGroup
Helper class for handling DocumentHistory groups, starts a group when constructed, and ends it when disposed. This is meant to be used with the using keyword.
Public class EndTag
Represents an end tag of a C1TextElement
Public class HtmlFilter
Filter for converting C1Document objects to and from HTML strings.
Public class MhtmlFilter
Filter for converting MHTML strings to C1Document objects.
Public class ProxyCollection<(Of <(<'T>)>)>
Collection class used in C1TextElement inherited classes.
Public class RtfFilter
Filter for converting C1Document objects to and from RTF strings.
Public class StartTag
Represents a start tag of a C1TextElement
Public class StyleProperty
Defines a style property of a C1TextElement.
Public class Tag
Represents a tag of a C1TextElement

Structures

  Structure Description
Public structure C1Length
Represents a length value used in C1TextElement.

Enumerations

  Enumeration Description
Public enumeration C1LengthUnitType
Describes the different units of a C1Length
Public enumeration C1TextAlignment
Specifies whether text is centered, left-aligned, right-aligned or justified.
Public enumeration C1TextDecorationLocation
Specifies the vertical position of a C1TextDecoration object.
Public enumeration C1TextDecorationUnit
Specifies the unit type for Thickness and LocationOffset properties.
Public enumeration C1VerticalAlignment
Describes how elements are vertically aligned in a line.
Public enumeration C1Visibility
Defines visibility values for Visibility.
Public enumeration HtmlEncoding
Defines options for encoding a C1Document as HTML.
Public enumeration PageBreak
Page break options.
Public enumeration TextMarkerStyle
Describes the appearance of a C1List item's bullet.