WebExtensionBinding

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

NameTypeAccessDescription
IdstringRead/WriteSpecifies the binding identifier.
BindingTypeWebExtensionBindingTypeRead/WriteSpecifies the binding type.
AppRefstringRead/WriteSpecifies the binding key used to map the binding entry in this list with the bound data in the document.

Methods

SignatureDescription
WebExtensionBinding(id: string, bindingType: WebExtensionBindingType, appRef: string)Creates web extension binding with specified parameters.

See Also