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):
    ...
ParameterTypeDescription
idstrBinding identifier.
binding_typeWebExtensionBindingTypeBinding type.
app_refstrBinding key used to map the binding entry in this list with the bound data in the document.

See Also