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