Aspose::Cells::WebExtensions::WebExtension class
Contents
[
Hide
]WebExtension class
Represents an Office Add-in instance.
class WebExtension
Methods
| Method | 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. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const WebExtension& src) | operator= |
| SetId(const U16String& value) | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| SetId(const char16_t* value) | Gets and sets the uniquely identifies the Office Add-in instance in the current document. |
| SetIsFrozen(bool value) | Indicates whether the user can interact with the Office Add-in or not. |
| WebExtension(WebExtension_Impl* impl) | Constructs from an implementation object. |
| WebExtension(const WebExtension& src) | Copy constructor. |
| ~WebExtension() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++