Aspose::Cells::WebExtensions::WebExtensionBinding class

WebExtensionBinding class

Represents a binding relationship between an Office Add-in and the data in the document.

class WebExtensionBinding

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also