AddIn Object Members
Word Developer Reference |
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 Office 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 | |
---|---|---|
Delete | Deletes the specified add-in. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Autoload | 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. | |
Compiled | True if the specified add-in is a Word add-in library (WLL). False if the add-in is a template. Read-only Boolean. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long. | |
Index | Returns a Long that represents the position of an item in a collection. Read-only. | |
Installed | 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. | |
Name | Returns the name of an add-in. Read-only String. | |
Parent | Returns an Object that represents the parent object of the specified AddIn object. | |
Path | Returns the location of an installed add-in. Read-only String. |