Shapes.AddWebVideo 方法

定义

向文档添加新的 Web 视频。

public Microsoft.Office.Interop.Word.Shape AddWebVideo (string EmbedCode, ref object VideoWidth, ref object VideoHeight, ref object PosterFrameImage, ref object Url, ref object Left, ref object Top, ref object Width, ref object Height, ref object Anchor);
abstract member AddWebVideo : string * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Shape
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 Left As Object, Optional ByRef Top As Object, Optional ByRef Width As Object, Optional ByRef Height As Object, Optional ByRef Anchor As Object) As Shape

参数

EmbedCode
String

要嵌入的 HTML 代码。

VideoWidth
Object

一个整数,表示 Web 视频的宽度(以像素为单位)。

VideoHeight
Object

一个整数,表示 Web 视频的高度(以像素为单位)。

PosterFrameImage
Object

指向要用作 Web 视频海报框架的文件的字符串。

Url
Object

包含 Web 视频 URL 的字符串。

Left
Object

海报框架左边缘距文档边缘的位置(以磅为单位)。

Top
Object

海报框架上边缘与文档边缘的位置(以磅为单位)。

Width
Object

文档中海报框架的宽度(以磅为单位)。

Height
Object

文档中海报框架的高度(以磅为单位)。

Anchor
Object

一个 Range 对象,表示 Web 视频绑定到的文本。 如果 Anchor 指定 了 ,则定位点将定位在定位范围中第一段的开头。 如果省略此参数,则会自动选择定位范围,并且视频相对于页面的上边缘和左边缘进行定位。

返回

适用于