4 out of 9 rated this helpful - Rate this topic

Microsoft.Office.Tools.Word Namespace

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
Public class Action Represents a Visual Studio Tools for Office smart tag action in a Microsoft Office Word document.
Public class ActionEventArgs Provides data for the Click and BeforeCaptionShow events.
Public class Bookmark The Bookmark control is a bookmark that has a unique name, exposes events, and can be bound to data.
Public class Bookmark._InformationType  
Public class Bookmark._XMLType  
Public class ClickEventArgs Provides data for the BeforeDoubleClick and BeforeRightClick events.
Public class 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.
Public class ControlCollection Represents a collection of controls.
Public class ControlCollectionEnumerator An enumerator that iterates through the ControlCollection instance.
Public class Document Represents a Microsoft Office Word 2003 document.
Public class Document._ActiveWritingStyleType  
Public class Document._CompatibilityType  
Public class MailMergeAfterMergeEventArgs Provides data for the MailMergeAfterMerge event.
Public class MailMergeWizardStateChangeEventArgs Provides data for the MailMergeWizardStateChange event.
Public class NodeInsertAndDeleteEventArgs Provides data for the AfterInsert and BeforeDelete events of XMLNode controls, and for the AfterInsert and BeforeDelete events of XMLNodes controls.
Public class OLEControl Represents a linked or embedded control on a document.
Public class SaveEventArgs Provides data for the BeforeSave event.
Public class SelectionEventArgs Provides data for the SelectionChange, Selected, and Deselected events of a Bookmark control.
Public class SmartTag Represents a smart tag in Microsoft Office Word.
Public class WindowEventArgs Provides information for the ActivateEvent, Deactivate, and WindowSize events.
Public class XMLNode Represents a single XMLNode control that exposes events and that can be bound to data.
Public class XMLNode._ValidationErrorTextType  
Public class XMLNode._XMLType  
Public class 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
Public delegate ActionClickEventHandler Represents the method that will handle the Click event of an Action.
Public delegate BeforeCaptionShowEventHandler Represents the method that will handle the BeforeCaptionShow event of an Action.
Public delegate ClickEventHandler Represents the method that will handle the BeforeDoubleClick and BeforeRightClick events of a Document.
Public delegate 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.
Public delegate MailMergeAfterMergeEventHandler Represents the method that handles the MailMergeAfterMerge event of a Document.
Public delegate MailMergeWizardStateChangeEventHandler Represents the method that handles the MailMergeWizardStateChange event of a Document.
Public delegate NodeInsertAndDeleteEventHandler Represents the method that handles the AfterInsert and BeforeDelete events of XMLNode controls, and the AfterInsert and BeforeDelete events of XMLNodes controls.
Public delegate SaveEventHandler Represents the method that will handle the BeforeSave event of a Document.
Public delegate SelectionEventHandler Represents the method that handles the SelectionChange, Selected, and Deselected events of a Bookmark control.
Public delegate WindowEventHandler Represents the method that handles the ActivateEvent, Deactivate, and WindowSize events.
Did you find this helpful?
(1500 characters remaining)