會傳回 SmartArt 物件,這個物件提供與指定內嵌圖案相關聯之 SmartArt 的使用方式。 唯讀。語法運算式。Smartart表達 代表'InlineShape' 物件的變數。註解SmartArt 屬性會針對與內嵌圖形相關聯的 SmartArt 圖形,提供可互動的進入點。範例下列程式碼範例會將 SmartArt 圖形新增至使用中文件。
wdInlineShapeLockedCanvas 14 锁定的内嵌形状画布。 wdInlineShapeSmartArt 15 智能艺术。 wdInlineShapeWebVideo 16 作为海报帧视频网站的图片。 注解 内嵌形状是文档的文字层中的对象。 内嵌形状只能是图片、OLE 对象或 ActiveX 控件。 适用于 产品版本 Word primary interop assembly Latest 反馈...
将SmartArt 图形作为内嵌形状插入活动文档。 AddWebVideo(String, Object, Object, Object, Object, Object) 向文档添加新的 Web 视频。 GetEnumerator() 对象的集合InlineShape,这些对象表示文档、区域或选定内容中的所有内联形状。 New(Range) 插入一个空白的 1 英寸方形 Microsoft Word图片对象,该对象被边框包围。
WdOMathShapeType WdOMathSpacingRule WdOMathType WdOMathVertAlignType WdOpenFormat WdOrganizerObject WdOrientation WdOriginalFormat WdOutlineLevel WdPageBorderArt WdPageColor WdPageFit WdPageNumberAlignment WdPageNumberStyle WdPageNumberStyleHID WdPaperSize WdPaperTray WdParagraphAlignment WdParagraphAlignment...
Important:Before aligning objects, theWrap Textoption for each object needs to be set to something other thanIn Line with Text. Right-click each object, selectWrap Text, and select an option from the menu. Align a picture, shape, text box, SmartArt graphic, or W...
The following code example displays whether or not the first inline shape in the active document contains SmartArt.VB Copy Dim myInlineShape As InlineShape Set myInlineShape = ActiveDocument.InlineShapes(1) If myInlineShape.HasSmartArt Then MsgBox "The first shape contains SmartArt." Else ...
如果形状上存在 SmartArt 图表,则获取True。 Height 返回或设置指定内联形状的高度。 HorizontalLineFormat 返回一个HorizontalLineFormat对象,该对象包含指定InlineShape对象的水平线格式。 Hyperlink 返回一个Hyperlink对象,该对象表示与指定InlineShape对象关联的超链接。
The following code example displays whether or not the first inline shape in the active document contains SmartArt.VB კოპირება Dim myInlineShape As InlineShape Set myInlineShape = ActiveDocument.InlineShapes(1) If myInlineShape.HasSmartArt Then MsgBox "The first shape ...
InlineShape.HasSmartArt 属性参考 反馈 定义命名空间: Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 如果形状上存在 SmartArt 图表,则获取 True。 C# 复制 public Microsoft.Office.Core.MsoTriState HasSmartArt { get; } 属性值 MsoTriState MsoTriState 对象。 注解 此为只读属...
The following code example displays whether or not the first inline shape in the active document contains SmartArt.VB Copy Dim myInlineShape As InlineShape Set myInlineShape = ActiveDocument.InlineShapes(1) If myInlineShape.HasSmartArt Then MsgBox "The first shape contains SmartArt." Else ...