Aspose::Cells::WebExtensions::WebExtension class

WebExtension class

Represents an Office Add-in instance.

class WebExtension

Methods

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

FieldDescription
_implThe implementation object.

See Also