WebExtension Class
Contents
[
Hide
]WebExtension class
Represents an Office Add-in instance.
type WebExtension struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetId | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| SetId | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| IsFrozen | Indicates whether the user can interact with the Office Add-in or not. |
| SetIsFrozen | Indicates whether the user can interact with the Office Add-in or not. |
| GetReference | Get the primary reference to an Office Add-in. |
| GetAlterReferences | Gets a list of alter references. |
| GetProperties | Gets all properties of web extension. |
| GetBindings | Gets all bindings relationship between an Office Add-in and the data in the document. |