WebExtension

WebExtension class

Represents an Office Add-in instance.

Properties

NameTypeDescription
IdStringGets and sets the uniquely identifies the Office Add-in instance in the current document.
IsFrozenbooleanIndicates whether the user can interact with the Office Add-in or not.
ReferenceWebExtensionReferenceGet the primary reference to an Office Add-in.
AlterReferencesWebExtensionReferenceCollectionGets a list of alter references.
PropertiesWebExtensionPropertyCollectionGets all properties of web extension.
BindingsWebExtensionBindingCollectionGets all bindings relationship between an Office Add-in and the data in the document.

WebExtension.Id property

Gets and sets the uniquely identifies the Office Add-in instance in the current document.

Type: String

WebExtension.IsFrozen property

Indicates whether the user can interact with the Office Add-in or not.

Type: boolean

WebExtension.Reference property

Get the primary reference to an Office Add-in.

Type: WebExtensionReference

WebExtension.AlterReferences property

Gets a list of alter references.

Type: WebExtensionReferenceCollection

WebExtension.Properties property

Gets all properties of web extension.

Type: WebExtensionPropertyCollection

WebExtension.Bindings property

Gets all bindings relationship between an Office Add-in and the data in the document.

Type: WebExtensionBindingCollection