ISmartArt

ISmartArt 接口

表示一个 SmartArt 图表。

public interface ISmartArt : IGraphicalObject

属性

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

另见