WebExtension Class

WebExtension class

Represents an Office Add-in instance.


type WebExtension struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIdGets and sets the uniquely identifies the Office Add-in instance in the current document.
SetIdGets and sets the uniquely identifies the Office Add-in instance in the current document.
IsFrozenIndicates whether the user can interact with the Office Add-in or not.
SetIsFrozenIndicates whether the user can interact with the Office Add-in or not.
GetReferenceGet the primary reference to an Office Add-in.
GetAlterReferencesGets a list of alter references.
GetPropertiesGets all properties of web extension.
GetBindingsGets all bindings relationship between an Office Add-in and the data in the document.