AddIn Members (Word)
Represents a single add-in, either installed or not installed. The AddIn object is a member of the AddIns collection. The AddIns collection contains all the add-ins available to Microsoft Word, regardless of whether they are currently loaded. The AddIns collection includes global templates or Word add-in libraries (WLLs) displayed in the Templates and Add-ins dialog box (Tools menu).
Methods
Name |
Description |
---|---|
Deletes the specified add-in. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
True if the specified add-in is automatically loaded when Word is started. Add-ins located in the Startup folder in the Word program folder are automatically loaded. Read-only Boolean. |
|
True if the specified add-in is a Word add-in library (WLL). False if the add-in is a template. Read-only Boolean. |
|
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long. |
|
Returns a Long that represents the position of an item in a collection. Read-only. |
|
True if the specified add-in is installed (loaded). Add-ins that are loaded are selected in the Templates and Add-ins dialog box (Tools menu). Read/write Boolean. |
|
Returns the name of an add-in. Read-only String. |
|
Returns an Object that represents the parent object of the specified AddIn object. |
|
Returns the location of an installed add-in. Read-only String. |