método add_web_video_player
add_web_video_player(self, url, auto_play, start_time, end_time)
Agregue un reproductor de vídeo web a Excel.
def add_web_video_player(self, url, auto_play, start_time, end_time):
...
Parámetro | Tipo | Descripción |
---|---|---|
url | str | |
auto_play | bool | Indica si se reproduce automáticamente el vídeo. |
start_time | int | La hora de inicio en unidad de segundos. |
end_time | int | La hora final en unidad de segundos. |
Ver también
- módulo
aspose.cells.webextensions
- clase
WebExtensionCollection