WebExtensionBinding class
WebExtensionBinding class
Specifies a binding relationship between a web extension and the data in the document. To learn more, visit the Work with Office Add-ins documentation article.
Constructors
Name | Description |
---|---|
WebExtensionBinding(id, binding_type, app_ref) | Creates web extension binding with specified parameters. |
Properties
Name | Description |
---|---|
app_ref | Specifies the binding key used to map the binding entry in this list with the bound data in the document. |
binding_type | Specifies the binding type. |
id | Specifies the binding identifier. |
See Also
- module aspose.words.webextensions