WebExtension
Contents
[
Hide
]WebExtension class
Represents an Office Add-in instance.
Properties
| Name | Type | Description |
|---|---|---|
| Id | String | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| IsFrozen | boolean | Indicates whether the user can interact with the Office Add-in or not. |
| Reference | WebExtensionReference | Get the primary reference to an Office Add-in. |
| AlterReferences | WebExtensionReferenceCollection | Gets a list of alter references. |
| Properties | WebExtensionPropertyCollection | Gets all properties of web extension. |
| Bindings | WebExtensionBindingCollection | Gets all bindings relationship between an Office Add-in and the data in the document. |
WebExtension.Id property
Gets and sets the uniquely identifies the Office Add-in instance in the current document.
Type: String
WebExtension.IsFrozen property
Indicates whether the user can interact with the Office Add-in or not.
Type: boolean
WebExtension.Reference property
Get the primary reference to an Office Add-in.
Type: WebExtensionReference
WebExtension.AlterReferences property
Gets a list of alter references.
Type: WebExtensionReferenceCollection
WebExtension.Properties property
Gets all properties of web extension.
Type: WebExtensionPropertyCollection
WebExtension.Bindings property
Gets all bindings relationship between an Office Add-in and the data in the document.
Type: WebExtensionBindingCollection