public class WebExtensionCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add()
Adds a web extension.
|
int |
addWebVideoPlayer(java.lang.String url,
boolean autoPlay,
int startTime,
int endTime)
Add a web video player into exel.
|
WebExtension |
get(int index)
Gets web extension by the specific index.
|
void |
removeAt(int index)
Remove web extension by the index.
|
public WebExtension get(int index)
get in class CollectionBaseindex - The index.public int add()
public int addWebVideoPlayer(java.lang.String url,
boolean autoPlay,
int startTime,
int endTime)
url - autoPlay - Indicates whether auto playing the video.startTime - The start time in unit of seconds.endTime - The end time in unit of seconds.public void removeAt(int index)
removeAt in class CollectionBaseindex - The index.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.