ISmartArt

ISmartArt interface

表示 SmartArt 图表。

public interface ISmartArt : IGraphicalObject

特性

姓名描述
AllNodes { get; }返回 SmartArt 对象中所有节点的集合。 只读ISmartArtNodeCollection
AsIGraphicalObject { get; }允许获取基本 IGraphicalObject 接口。 只读IGraphicalObject
ColorStyle { get; set; }返回或设置 SmartArt 对象的颜色样式。 读/写SmartArtColorType
IsReversed { get; set; }如果图表支持反转,则返回或设置 SmartArt 图表相对于(从左到右)LTR 或(从右到左)RTL 的状态. 读/写Boolean。
Layout { get; set; }返回或设置 SmartArt 对象的布局。 读/写SmartArtLayoutType
Nodes { get; }返回 SmartArt 对象中根节点的集合。 只读ISmartArtNodeCollection
QuickStyle { get; set; }返回或设置 SmartArt 对象的快速样式。 读/写SmartArtQuickStyleType

也可以看看