The
Microsoft.Office.Tools.Word namespace contains a set of classes that extend and support the Microsoft Office Word object model.
The Microsoft.Office.Tools.Word namespace includes the following classes:
| | Class | Description |
|---|
.gif) | Action | Represents a Visual Studio Tools for Office smart tag action in a Microsoft Office Word document. |
.gif) | ActionEventArgs | Provides data for the Click and BeforeCaptionShow events. |
.gif) | Bookmark | The Bookmark control is a bookmark that has a unique name, exposes events, and can be bound to data. |
.gif) | Bookmark._InformationType | |
.gif) | Bookmark._XMLType | |
.gif) | ClickEventArgs | Provides data for the BeforeDoubleClick and BeforeRightClick events. |
.gif) | ContextChangeEventArgs | Provides data for the Select, Deselect, ContextEnter and ContextLeave events of the XMLNode class and the ContextEnter, ContextLeave, Select, and Deselect events of the XMLNodes class. |
.gif) | ControlCollection | Represents a collection of controls. |
.gif) | ControlCollectionEnumerator | An enumerator that iterates through the ControlCollection instance. |
.gif) | Document | Represents a Microsoft Office Word 2003 document. |
.gif) | Document._ActiveWritingStyleType | |
.gif) | Document._CompatibilityType | |
.gif) | MailMergeAfterMergeEventArgs | Provides data for the MailMergeAfterMerge event. |
.gif) | MailMergeWizardStateChangeEventArgs | Provides data for the MailMergeWizardStateChange event. |
.gif) | NodeInsertAndDeleteEventArgs | Provides data for the AfterInsert and BeforeDelete events of XMLNode controls, and for the AfterInsert and BeforeDelete events of XMLNodes controls. |
.gif) | OLEControl | Represents a linked or embedded control on a document. |
.gif) | SaveEventArgs | Provides data for the BeforeSave event. |
.gif) | SelectionEventArgs | Provides data for the SelectionChange, Selected, and Deselected events of a Bookmark control. |
.gif) | SmartTag | Represents a smart tag in Microsoft Office Word. |
.gif) | WindowEventArgs | Provides information for the ActivateEvent, Deactivate, and WindowSize events. |
.gif) | XMLNode | Represents a single XMLNode control that exposes events and that can be bound to data. |
.gif) | XMLNode._ValidationErrorTextType | |
.gif) | XMLNode._XMLType | |
.gif) | XMLNodes | A collection of Microsoft.Office.Interop.Word.XMLNode objects that represent the nodes in the tree view of the XML Structure task pane, which indicates the elements that a user has applied to a document. |
| | Delegate | Description |
|---|
.gif) | ActionClickEventHandler | Represents the method that will handle the Click event of an Action. |
.gif) | BeforeCaptionShowEventHandler | Represents the method that will handle the BeforeCaptionShow event of an Action. |
.gif) | ClickEventHandler | Represents the method that will handle the BeforeDoubleClick and BeforeRightClick events of a Document. |
.gif) | ContextChangeEventHandler | Represents the method that will handle the Select, Deselect, ContextEnter and ContextLeave events of the XMLNode class and the ContextEnter, ContextLeave, Select, and Deselect events of the XMLNodes class. |
.gif) | MailMergeAfterMergeEventHandler | Represents the method that handles the MailMergeAfterMerge event of a Document. |
.gif) | MailMergeWizardStateChangeEventHandler | Represents the method that handles the MailMergeWizardStateChange event of a Document. |
.gif) | NodeInsertAndDeleteEventHandler | Represents the method that handles the AfterInsert and BeforeDelete events of XMLNode controls, and the AfterInsert and BeforeDelete events of XMLNodes controls. |
.gif) | SaveEventHandler | Represents the method that will handle the BeforeSave event of a Document. |
.gif) | SelectionEventHandler | Represents the method that handles the SelectionChange, Selected, and Deselected events of a Bookmark control. |
.gif) | WindowEventHandler | Represents the method that handles the ActivateEvent, Deactivate, and WindowSize events. |