Classes
Class | Description | |
---|---|---|
![]() |
C1ApplicationBarToggleButton<(Of <(<'T>)>)> |
Base class for ApplicationBar toggle buttons used in for the C1RichTextBox.
|
![]() |
C1BoldTool |
ApplicationBar toggle button that makes text bold in a C1RichTextBox.
|
![]() |
C1BoxView | |
![]() |
C1ButtonTool |
Abstract base class for the C1RichTextBox ApplicationBar buttons.
|
![]() |
C1CenterAlignTool |
ApplicationBar button that aligns text to the center in a C1RichTextBox.
|
![]() |
C1DecreaseFontSizeTool |
ApplicationBar button that decreases the font size in a C1RichTextBox.
|
![]() |
C1FlowView |
A C1TextElementView that flows text into stacked lines. This is the default view for
most text blocks.
|
![]() |
C1GridlinesPainter |
Paints the grid lines of a table.
|
![]() |
C1IncreaseFontSizeTool |
ApplicationBar button that increases the font size in a C1RichTextBox.
|
![]() |
C1ItalicTool |
ApplicationBar toggle button that makes text italic in a C1RichTextBox.
|
![]() |
C1JustifyTool |
ApplicationBar button that justifies text in a C1RichTextBox.
|
![]() |
C1LeftAlignTool |
ApplicationBar button that aligns text to the left in a C1RichTextBox.
|
![]() |
C1Line |
Represents a line of text generated by a C1FlowView.
|
![]() |
C1LineFragment |
Represents a fragment of a C1Line. Its always associated with one C1TextElement
|
![]() |
C1ListItemView |
The C1TextElementView associated with C1ListItem.
|
![]() |
C1PageLayout | |
![]() |
C1PagesPanel |
Helper panel for C1RichTextBox's print view.
|
![]() |
C1PainterMerger |
Implements an IRichTextPainter that combines multiple IRichTextPainters.
|
![]() |
C1PaintingContext |
Provides the necessary context when painting rich text.
|
![]() |
C1RangeStyle | |
![]() |
C1RangeStyleCollection |
An implementation of IStyleOverride that provides an easy way to
override styles with a pre calculated collection of C1RangeStyle.
|
![]() |
C1RedoTool |
ApplicationBar button that redoes actions in a C1RichTextBox.
|
![]() |
C1ResizePainter |
Paints resize thumbs around a C1TextElement.
|
![]() |
C1RichTextBox |
Powerful rich text editor that allows you to load, edit, and save formatted text as HTML documents.
|
![]() |
C1RichTextPresenter |
Control used to display the content of a C1RichTextViewManager.
|
![]() |
C1RichTextPresenterSource | |
![]() |
C1RichTextTool |
Helper class for tools in C1RichTextBoxToolbar.
|
![]() |
C1RichTextViewManager |
Coordinates the layout and painting of a C1Document.
|
![]() |
C1RightAlignTool |
ApplicationBar button that aligns text to the right in a C1RichTextBox.
|
![]() |
C1RunView |
The C1TextElementView associated with C1Run.
|
![]() |
C1SelectionPainter |
Paints a selected range.
|
![]() |
C1SpanView |
The C1TextElementView associated with C1Span.
|
![]() |
C1StyleOverrideMerger |
Implements an IStyleOverride that combines multiple IStyleOverrids.
|
![]() |
C1TableCellView |
The C1TextElementView associated with C1TableCell.
|
![]() |
C1TableHelper |
Distributes the cells of a C1Table in a grid taking column and row spans into account.
|
![]() |
C1TableRowView |
The C1TextElementView associated with C1TableRow.
|
![]() |
C1TableView |
The C1TextElementView associated with C1Table.
|
![]() |
C1TextChangedEventArgs | |
![]() |
C1TextElementView |
Base class of all classes responsible for text layout and painting.
|
![]() |
C1UIContainerView | |
![]() |
C1UnderlineTool |
ApplicationBar toggle button that underlines text in a C1RichTextBox.
|
![]() |
C1UndoTool |
ApplicationBar button that undoes actions in a C1RichTextBox.
|
![]() |
EditExtensions |
Provides extensions methods for editing a C1Document.
|
![]() |
ImageAttach |
Defines attached properties to save an image stream in a BitmapImage object.
|
![]() |
RequestNavigateEventArgs |
Provides data for the RequestNavigate event.
|
![]() |
RichTextPainterChangeEventArgs |
Defines the arguments for the PainterChanged event.
|
![]() |
ScrollBars |
Helper panel for C1RichTextBox.
|
![]() |
ScrollPresenter |
Helper panel for C1RichTextBox.
|
![]() |
StyleOverrideChangeEventArgs |
Defines the arguments for the StylesChanged event.
|
![]() |
TextDragMoveEventArgs |
Provides data for the TextDragMove event.
|
![]() |
TextDropEventArgs |
Provides data for the TextDrop event.
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IRichTextPainter |
This interface is implemented to provide custom painting inside a C1RichTextBox, or any
C1RichTextViewManager client.
|
![]() |
IStyleOverride |
This interface is implemented to provide style overrides to a C1RichTextBox.
|
![]() |
IUpdateableTool |
Tools that need to be updated when the associated C1RichTextBox changes implement this interface.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
C1BorderFlags |
An flag enumeration to list border sides.
|
![]() |
C1PaintLayer |
Describes the layers where an element can be painted inside a text line. See PaintInline(C1Line, Double, Double, C1PaintLayer, FrameworkElement).
|
![]() |
ClipboardMode |
Defines the mode in which the C1RichTextBox uses the Clipboard.
|
![]() |
NavigationMode |
Defines the mode in which C1RichTextBox fires RequestNavigate events.
|
![]() |
ReturnMode |
Defines the way in which C1RichTextBox handles the return key.
|
![]() |
TextChangedAction |
Indicates an action performed on a document.
|
![]() |
TextViewMode |
Defines the mode in which C1RichTextBox presents its content.
|