GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

将智能艺术转换为分组形状。

public override GroupShape GetResultOfSmartArt()

例子


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //做你想做的
}

也可以看看