InlineShapes.AddWebVideo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une nouvelle vidéo web au document.
public Microsoft.Office.Interop.Word.InlineShape AddWebVideo (string EmbedCode, ref object VideoWidth, ref object VideoHeight, ref object PosterFrameImage, ref object Url, ref object Range);
abstract member AddWebVideo : string * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.InlineShape
Public Function AddWebVideo (EmbedCode As String, ByRef VideoWidth As Object, ByRef VideoHeight As Object, Optional ByRef PosterFrameImage As Object, Optional ByRef Url As Object, Optional ByRef Range As Object) As InlineShape
Paramètres
- EmbedCode
- String
Code incorporé de la vidéo.
- VideoWidth
- Object
Entier qui représente la largeur de la vidéo web en pixels.
- VideoHeight
- Object
Entier qui représente la hauteur de la vidéo web en pixels.
- PosterFrameImage
- Object
Chaîne qui pointe vers le fichier à utiliser comme cadre d’affiche pour la vidéo web.
- Url
- Object
URL de la vidéo.
- Range
- Object
Plage à laquelle insérer la vidéo web. Si Range
est omis, la sélection actuelle est utilisée.