Aspose::Words::WebExtensions namespace
Contents
[
Hide
]The Aspose.Words.WebExtensions namespace provides classes that allow to customize elements and attributes that extend the XML vocabulary for representing Office Add-ins.
Classes
| Class | Description |
|---|---|
| BaseWebExtensionCollection | Base class for TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection and WebExtensionReferenceCollection collections. To learn more, visit the Work with Office Add-ins documentation article. |
| TaskPane | Represents an add-in task pane object. To learn more, visit the Work with Office Add-ins documentation article. |
| TaskPaneCollection | Specifies a list of persisted task pane objects. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtension | Represents a web extension object. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtensionBinding | 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. |
| WebExtensionBindingCollection | Specifies a list of web extension bindings. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtensionProperty | Specifies a web extension custom property. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtensionPropertyCollection | Specifies a set of web extension custom properties. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtensionReference | Represents the reference to a web extension. The reference is used to identify the provider location and version of the extension. To learn more, visit the Work with Office Add-ins documentation article. |
| WebExtensionReferenceCollection | Specifies a list of web extension references. To learn more, visit the Work with Office Add-ins documentation article. |
Enums
| Enum | Description |
|---|---|
| TaskPaneDockState | Enumerates available locations of task pane object. |
| WebExtensionBindingType | Enumerates available types of binding between a web extension and the data in the document. |
| WebExtensionStoreType | Enumerates available types of a web extension store. |