Aspose::Cells::WebExtensions::WebExtensionReference class
Contents
[
Hide
]WebExtensionReference class
Represents identify the provider location and version of the extension.
class WebExtensionReference
Methods
Method | Description |
---|---|
GetId() | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
GetStoreName() | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
GetStoreType() | Gets and sets the type of marketplace that the store attribute identifies. |
GetVersion() | Gets and sets the version. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const WebExtensionReference& src) | operator= |
SetId(const U16String& value) | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
SetId(const char16_t* value) | Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider. |
SetStoreName(const U16String& value) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
SetStoreName(const char16_t* value) | Gets and sets the instance of the marketplace where the Office Add-in is stored. . |
SetStoreType(WebExtensionStoreType value) | Gets and sets the type of marketplace that the store attribute identifies. |
SetVersion(const U16String& value) | Gets and sets the version. |
SetVersion(const char16_t* value) | Gets and sets the version. |
WebExtensionReference(WebExtensionReference_Impl* impl) | Constructs from an implementation object. |
WebExtensionReference(const WebExtensionReference& src) | Copy constructor. |
~WebExtensionReference() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++