Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer method
Contents
[
Hide
]WebExtensionCollection::AddWebVideoPlayer(const U16String&, bool, int32_t, int32_t) method
Add a web video player into exel.
int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const U16String &url, bool autoPlay, int32_t startTime, int32_t endTime)
Parameter | Type | Description |
---|---|---|
url | const U16String& | |
autoPlay | bool | Indicates whether auto playing the video. |
startTime | int32_t | The start time in unit of seconds. |
endTime | int32_t | The end time in unit of seconds. |
See Also
- Class Vector
- Class U16String
- Class WebExtensionCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++
WebExtensionCollection::AddWebVideoPlayer(const char16_t*, bool, int32_t, int32_t) method
Add a web video player into exel.
int32_t Aspose::Cells::WebExtensions::WebExtensionCollection::AddWebVideoPlayer(const char16_t *url, bool autoPlay, int32_t startTime, int32_t endTime)
Parameter | Type | Description |
---|---|---|
url | const char16_t* | |
autoPlay | bool | Indicates whether auto playing the video. |
startTime | int32_t | The start time in unit of seconds. |
endTime | int32_t | The end time in unit of seconds. |
See Also
- Class Vector
- Class WebExtensionCollection
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++