Aspose::Cells::WebExtensions::WebExtensionBinding class
Contents
[
Hide
]WebExtensionBinding class
Represents a binding relationship between an Office Add-in and the data in the document.
class WebExtensionBinding
Methods
| Method | Description |
|---|---|
| GetAppref() | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |
| GetId() | Gets and sets the binding identifier. |
| GetType() | Gets and sets the binding type. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const WebExtensionBinding& src) | operator= |
| SetAppref(const U16String& value) | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |
| SetAppref(const char16_t* value) | Gets and sets the binding key used to map the binding entry in this list with the bound data in the document. |
| SetId(const U16String& value) | Gets and sets the binding identifier. |
| SetId(const char16_t* value) | Gets and sets the binding identifier. |
| SetType(const U16String& value) | Gets and sets the binding type. |
| SetType(const char16_t* value) | Gets and sets the binding type. |
| WebExtensionBinding() | Default constructor. |
| WebExtensionBinding(WebExtensionBinding_Impl* impl) | Constructs from an implementation object. |
| WebExtensionBinding(const WebExtensionBinding& src) | Copy constructor. |
| ~WebExtensionBinding() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++