WebExtension

Overview

WebExtension is a class in Aspose.Words FOSS for .NET.

Represents a web extension object.

Properties: AlternateReferences, Bindings, Id, IsFrozen, Properties, Reference.

Properties

NameTypeAccessDescription
IdstringRead/WriteUniquely identifies the web extension instance in the current document.
IsFrozenboolRead/WriteSpecifies whether the user can interact with the web extension or not.
ReferenceWebExtensionReferenceReadSpecifies the primary reference to an web extension.
BindingsWebExtensionBindingCollectionReadSpecifies a list of web extension bindings.
AlternateReferencesWebExtensionReferenceCollectionReadSpecifies alternate references to a web extension.
PropertiesWebExtensionPropertyCollectionReadRepresents a set of web extension custom properties.

See Also