_Application.SmartArtLayouts 属性

定义

获取一个 SmartArtLayouts 对象,该对象表示当前在应用程序中加载的 SmartArt 布局集。

public:
 property Microsoft::Office::Core::SmartArtLayouts ^ SmartArtLayouts { Microsoft::Office::Core::SmartArtLayouts ^ get(); };
public Microsoft.Office.Core.SmartArtLayouts SmartArtLayouts { get; }
member this.SmartArtLayouts : Microsoft.Office.Core.SmartArtLayouts
Public ReadOnly Property SmartArtLayouts As SmartArtLayouts

属性值

SmartArtLayouts 对象。

注解

此为只读属性。 属性SmartArtLayouts表示的布局集对应于 2010 Word SmartArt Tools 上下文选项卡上“设计”选项卡上的“布局”组中的可用布局。

适用于