InlineShapes.AddSmartArt(SmartArtLayout, Object) 方法

定义

将 SmartArt 图形作为内嵌形状插入活动文档。

public Microsoft.Office.Interop.Word.InlineShape AddSmartArt (Microsoft.Office.Core.SmartArtLayout Layout, ref object Range);
abstract member AddSmartArt : Microsoft.Office.Core.SmartArtLayout * obj -> Microsoft.Office.Interop.Word.InlineShape
Public Function AddSmartArt (Layout As SmartArtLayout, Optional ByRef Range As Object) As InlineShape

参数

Layout
SmartArtLayout

一个 SmartArtLayout 对象,该对象指定 SmartArt 图形的布局。

Range
Object

指定 SmartArt 图形所绑定到的文本。 如果 Range 指定了 ,则 SmartArt 图形将定位在范围中第一段的开头。 如果省略此参数,则会自动选择区域,并且 SmartArt 图形相对于页面的上边缘和左边缘进行定位。

返回

要插入的 SmartArt 图形。

适用于