| Class | Description |
|---|
| AttachedEventArgs | Provides data for the OnAttached event. |
| AttributesChangedEventArgs | Provides data for the AttributesChanged event. |
| BuiltInDocumentProperties | A collection of built-in document properties. |
| Caret | Represents text insertion point (flashing vertical line) in the editor control. |
| Command | Represents named action executed on the editor control. Each command is bound to the editor control instance it was created by. |
| Commands | Represets collection of the commands registered with the editor control. Commands exist for convenience and in order to expose predefined set of methods application can use. |
| ContentChangedEventArgs | Provides data for the ContentChanged event. |
| CustomDocumentProperties | A collection of custom document properties. |
| Document | Represents a Microsoft Word document. |
| DocumentFormatDetector | Detects document file format. |
| DocumentProperty | Represents a custom or built-in document property. |
| DocumentVariables | A collection of document variables. |
| DocumentView | Control which displays document content. |
| EditorBars | Represents collection of the controls which appear in the editor control client area. Controls include main menu, status bar, scroll bars, tool bars and rulers. |
| EditorControl | This is the control that you can place into a Windows Form to create a word processor. |
| EditorDialogs | Provides methods to invoke standard editor dialogs, such as Font, Paragraph Format, Page Setup etc. |
| EditorOptions | Contains editor options which are not saved with the document. |
| FileCorruptedException | Thrown during document load, when the document appears to be corrupted and impossible to load. |
| FindResult | Represents the result of the Find and Replace operation. |
| Font | Represents character formatting attributes (font name, font size, color, and so on) of an object. |
| Information | Provides statistics and counters about the current document in EditorControl. |
| License | |
| MenuItem | Represents an individual item that is displayed within a StandardMenuBar. |
| PageInfo | Contains information about a particular page of the document. |
| PageRenderer | Renders document pages into a .NET Graphics object. The rendered pages look like output from Microsoft Word. |
| PageSetup | Represents page setup properties (left margin, bottom margin, paper size, and so on) of a section. |
| Paragraph | Represents a single paragraph of text in a Range. |
| ParagraphFormat | Represents all the formatting for a paragraph. |
| Paragraphs | A collection of Paragraph objects in a Range. |
| PleaseReportException | The exception that is thrown when an unexpected situation occurs during processing of a document. |
| ProgressEventArgs | Provides data for the Progress event. |
| Range | Represents a contiguous area in a document. Range is the main class to programmatically access and modify text and formatting in a document. |
| RenderOptions | Options used by PageRenderer. |
| Section | Represents a section of a document. |
| Sections | A collection of Section objects in a Range. |
| Selection | Represents either a selected (highlighted) text in the editor control, or the insertion point if nothing in the document is selected. |
| Shortcut | Represents one or more combinations of keys used to invoke a command. |
| StandardContextMenu | Provides standard implementation of the context menu for the EditorControl |
| StandardControls | Contains static methods which create standard controls. |
| StandardMenuBar | Implements standard menu bar populated with standard menu items. |
| StandardStatusBar | Provides base class functionality for standard status bars. |
| StandardToolBar | Provides base class functionality for standard tool bars. |
| Style | Represents a single built-in or custom style. The Style object is a member of the Styles collection. |
| Styles | A collection of styles in a document. |
| TabStop | Represents a single custom tab stop. The TabStop object is a member of the TabStops collection. |
| TabStops | A collection of TabStop objects that represent custom tabs for a paragraph. |
| TextColumn | Represents a single text column. TextColumn is a member of the TextColumns collection. |
| TextColumns | A collection of TextColumn objects that represent all the columns of text in a section. |
| UnsupportedFileFormatException | Thrown during document load, when the document format is not recognized or not supported by Aspose.Words. |
| Zoom | Defines zoom options for EditorControl. |