Skip to main content
A newer version of this page is available. .

Product Class Structure

  • 2 minutes to read

Use the following links to access reference information about the most important classes in the XtraRichEdit Suite.

Class Description
RichEditControl The primary control of the XtraRichEdit Suite. RichEditControl displays the document and provides the comprehensive functionality to support common rich text operations.
DraftView The view without pagination. It does not display complex formatting features.
SimpleView The view provides document pagination and displays basic page formatting.
PrintLayoutView The view displays all formatting in the document, including complex formatting, and can be used to preview a document printout.
SubDocument An interface that exposes the basic API functionality.
Document An interface that inherits from the SubDocument and exposes a specific API functionality.
DocumentPosition Class that represents a position within the document.
DocumentRange An interface that defines a document range.
Paragraph A single paragraph in a document.
DocumentImage An interface that defines an inline image in the document.
Field An interface that defines a document field. A field is a set of codes that instructs RichEditControl to insert text or graphics into a document Automatically.
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.
SectionColumn A class that represents an individual column in a layout.