WebExtensionBinding
Overview
WebExtensionBinding is a class in Aspose.Words FOSS for .NET.
Specifies a binding relationship between a web extension and the data in the document.
This class provides 1 method for working with WebExtensionBinding objects in .NET programs.
Available methods include: WebExtensionBinding.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: AppRef, BindingType, Id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | string | Read/Write | Specifies the binding identifier. |
BindingType | WebExtensionBindingType | Read/Write | Specifies the binding type. |
AppRef | string | Read/Write | Specifies the binding key used to map the binding entry in this list with the bound data in the document. |
Methods
| Signature | Description |
|---|---|
WebExtensionBinding(id: string, bindingType: WebExtensionBindingType, appRef: string) | Creates web extension binding with specified parameters. |