IsSmartArt
Shape.IsSmartArt property
表示形状是否为智能艺术。
public bool IsSmartArt { get; }
评论
仅适用于 ooxml 文件。
例子
[C#]
//如果为真,则形状是智能艺术。
if(shape.IsSmartArt)
{
//形状是SmartArt对象。
}
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示形状是否为智能艺术。
public bool IsSmartArt { get; }
仅适用于 ooxml 文件。
[C#]
//如果为真,则形状是智能艺术。
if(shape.IsSmartArt)
{
//形状是SmartArt对象。
}