GetResultOfSmartArt
SmartArtShape.GetResultOfSmartArt method
将智能艺术转换为分组形状。
public override GroupShape GetResultOfSmartArt()
例子
[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
//做你想做的
}
也可以看看
- class GroupShape
- class SmartArtShape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells