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
| Name | Type | Access | Description |
|---|---|---|---|
Id | string | Read/Write | Uniquely identifies the web extension instance in the current document. |
IsFrozen | bool | Read/Write | Specifies whether the user can interact with the web extension or not. |
Reference | WebExtensionReference | Read | Specifies the primary reference to an web extension. |
Bindings | WebExtensionBindingCollection | Read | Specifies a list of web extension bindings. |
AlternateReferences | WebExtensionReferenceCollection | Read | Specifies alternate references to a web extension. |
Properties | WebExtensionPropertyCollection | Read | Represents a set of web extension custom properties. |