Aspose::Words::WebExtensions::WebExtensionBinding class
Contents
[
Hide
]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.
class WebExtensionBinding : public System::Object
Methods
| Method | Description | 
|---|---|
| get_AppRef() const | Specifies the binding key used to map the binding entry in this list with the bound data in the document. | 
| get_BindingType() const | Specifies the binding type. | 
| get_Id() const | Specifies the binding identifier. | 
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| set_AppRef(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionBinding::get_AppRef. | 
| set_BindingType(Aspose::Words::WebExtensions::WebExtensionBindingType) | Setter for Aspose::Words::WebExtensions::WebExtensionBinding::get_BindingType. | 
| set_Id(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionBinding::get_Id. | 
| static Type() | |
| WebExtensionBinding(const System::String&, Aspose::Words::WebExtensions::WebExtensionBindingType, const System::String&) | Creates web extension binding with specified parameters. | 
See Also
- Namespace Aspose::Words::WebExtensions
 - Library Aspose.Words for C++