ISmartArt

ISmartArt 接口

表示一个 SmartArt 图表。

public interface ISmartArt : IGraphicalObject

属性

NameDescription
AllNodes { get; }返回 SmartArt 对象中所有节点的集合。只读 ISmartArtNodeCollection
AsIGraphicalObject { get; }允许获取基 IGraphicalObject 接口。只读 IGraphicalObject
ColorStyle { get; set; }返回或设置 SmartArt 对象的颜色样式。读写 SmartArtColorType
IsReversed { get; set; }返回或设置 SmartArt 图表相对于 (left-to-right) LTR 或 (right-to-left) RTL 的状态(如果图表支持反转)。读写 Boolean。
Layout { get; set; }返回或设置 SmartArt 对象的布局。读写 SmartArtLayoutType
Nodes { get; }返回 SmartArt 对象中根节点的集合。只读 ISmartArtNodeCollection
QuickStyle { get; set; }返回或设置 SmartArt 对象的快速样式。读写 SmartArtQuickStyleType

另请参阅