WebExtension
Contents
[
Hide
]WebExtension class
Represents an Office Add-in instance.
Methods
| Name | Description |
|---|---|
| getAlterReferences() | Gets a list of alter references. |
| getBindings() | Gets all bindings relationship between an Office Add-in and the data in the document. |
| getId() | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| getProperties() | Gets all properties of web extension. |
| getReference() | Get the primary reference to an Office Add-in. |
| isFrozen() | Indicates whether the user can interact with the Office Add-in or not. |
| setFrozen() | Indicates whether the user can interact with the Office Add-in or not. |
| setId() | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
getAlterReferences()
Gets a list of alter references.
getBindings()
Gets all bindings relationship between an Office Add-in and the data in the document.
getId()
Gets and sets the uniquely identifies the Office Add-in instance in the current document.
getProperties()
Gets all properties of web extension.
getReference()
Get the primary reference to an Office Add-in.
isFrozen()
Indicates whether the user can interact with the Office Add-in or not.
setFrozen()
Indicates whether the user can interact with the Office Add-in or not.
setId()
Gets and sets the uniquely identifies the Office Add-in instance in the current document.