WebExtensionCollection
Contents
[
Hide
]WebExtensionCollection class
Represents the list of web extension.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | WebExtension | Gets web extension by the specific index. |
Methods
| Name | Description |
|---|---|
| add | Adds a web extension. |
| addWebVideoPlayer | Add a web video player into exel. |
| removeAt | Remove web extension by the index. |
| clear | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
WebExtensionCollection.Count property
Type: int
WebExtensionCollection.Item (int) property
Gets web extension by the specific index.
Type: WebExtension
add() (1 of 2)
Adds a web extension.
Returns: The index.
add(value) (2 of 2)
Reserved for internal use.
addWebVideoPlayer(url, autoPlay, startTime, endTime)
Add a web video player into exel.
| Parameter | Type | Description |
|---|---|---|
| url | String | |
| autoPlay | boolean | Indicates whether auto playing the video. |
| startTime | int | The start time in unit of seconds. |
| endTime | int | The end time in unit of seconds. |
removeAt(index)
Remove web extension by the index.
| Parameter | Type | Description |
|---|---|---|
| index | int | The index. |
clear()
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.