Product Class Structure
- 3 minutes to read
In This Article
This topic lists the main classes and namespaces that are your entry points to the DXRichEdit for Silverlight reference. Comprehensive reference material for the entire DevExpress .NET Product line is available in the Reference section. We also recommend that you use the Search functionality to quickly locate desired API descriptions.
#Classes
Class | Description |
---|---|
Rich |
The primary control of DXRich |
Draft |
The view without pagination. Does not display complex formatting features. |
Simple |
The view provides document pagination and displays basic page formatting. |
Print |
The view displays all formatting in the document, including complex formatting, and can be used to preview the document printout. |
Sub |
An interface that exposes the basic API functionality. |
Document | An interface that inherits from the Sub |
Document |
Class that represents a position within the document. |
Document |
An interface that defines a document range. |
Paragraph | A single paragraph in a document. |
Document |
An interface that defines an inline image in a document. |
Field | An interface that defines a document field. A field is a set of codes that instructs Rich |
Hyperlink | An interface that defines a hyperlink in a document. |
Bookmark | An interface that defines a bookmark in a document. |
Section | An interface that defines a section that enables you to set up certain aspects of a document layout. |
Section |
A class that represents an individual column in a layout. |
Section |
A class that contains page settings. |
Table | An interface that defines a table in a document. |
Table |
An interface that defines a row in a table. |
Table |
An interface that defines a cell in a table. |
Abstract |
An interface that is the abstract numbering definition of a numbering list in a document. |
Numbering |
An interface that is the numbering definition referenced by paragraphs in a document that comprises a numbering list. |
Shape | An object that can be placed above and below the text layer of the document, as well as within the document, with text surrounding it. |
#Namespaces
Namespace | Description |
---|---|
DevExpress. |
Contains classes that provide the core Rich Text editor functionality. |
DevExpress. |
Contains classes that implement the main functionality of the DXRich |
DevExpress. |
Contains classes implementing the native API of the Rich |