Aspose::Cells::WebExtensions::WebExtensionCollection class

WebExtensionCollection class

Represents the list of web extension.

class WebExtensionCollection

Methods

MethodDescription
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.
begin()Returns an iterator to the beginning of the WebExtensionCollection.
end()Returns an iterator to the end of the WebExtensionCollection.
Get(int32_t index)Gets web extension by the specific index.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also