Aspose::Cells::WebExtensions::WebExtensionCollection class
Contents
[
Hide
]WebExtensionCollection class
Represents the list of web extension.
class WebExtensionCollection
Methods
Method | Description |
---|---|
Add() | Adds a web extension. |
AddWebVideoPlayer(const U16String& url, bool autoPlay, int32_t startTime, int32_t endTime) | Add a web video player into exel. |
AddWebVideoPlayer(const char16_t* url, bool autoPlay, int32_t startTime, int32_t endTime) | Add a web video player into exel. |
Get(int32_t index) | Gets web extension by the specific index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const WebExtensionCollection& src) | operator= |
RemoveAt(int32_t index) | Remove web extension by the index. |
WebExtensionCollection(WebExtensionCollection_Impl* impl) | Constructs from an implementation object. |
WebExtensionCollection(const WebExtensionCollection& src) | Copy constructor. |
~WebExtensionCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++