WebExtensionBinding constructor
WebExtensionBinding(id, binding_type, app_ref)
Creates web extension binding with specified parameters.
def __init__(self, id: str, binding_type: aspose.words.webextensions.WebExtensionBindingType, app_ref: str):
...
| Parameter | Type | Description |
|---|---|---|
| id | str | Binding identifier. |
| binding_type | WebExtensionBindingType | Binding type. |
| app_ref | str | Binding key used to map the binding entry in this list with the bound data in the document. |
See Also
- module aspose.words.webextensions
- class WebExtensionBinding