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 | BaseWebExtensionCollection |
Base class for TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection and WebExtensionReferenceCollection collections. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | TaskPane |
Represents an add-in task pane object. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | TaskPaneCollection |
Specifies a list of persisted task pane objects. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | WebExtension |
Represents a web extension object. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | 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. More... | |
class | WebExtensionBindingCollection |
Specifies a list of web extension bindings. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | WebExtensionProperty |
Specifies a web extension custom property. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | WebExtensionPropertyCollection |
Specifies a set of web extension custom properties. To learn more, visit the Work with Office Add-ins documentation article. More... | |
class | 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. More... | |
class | WebExtensionReferenceCollection |
Specifies a list of web extension references. To learn more, visit the Work with Office Add-ins documentation article. More... | |
Enumerations | |
enum class | TaskPaneDockState |
Enumerates available locations of task pane object. More... | |
enum class | WebExtensionBindingType |
Enumerates available types of binding between a web extension and the data in the document. More... | |
enum class | WebExtensionStoreType |
Enumerates available types of a web extension store. More... | |
|
strong |
Enumerates available locations of task pane object.
Shows how to add a web extension to a document.
Enumerator | |
---|---|
Right | Dock the task pane on the right side of the document window. |
Left | Dock the task pane on the left side of the document window. |
|
strong |
Enumerates available types of binding between a web extension and the data in the document.
Shows how to add a web extension to a document.
Enumerator | |
---|---|
Matrix | Tabular data without a header row. |
Table | Tabular data with a header row. |
Text | Plain text. |
Default |
|
strong |
Enumerates available types of a web extension store.
Shows how to add a web extension to a document.