GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Smart Art in gruppierte Formen umwandeln.

public override GroupShape GetResultOfSmartArt()

Beispiele


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //Tun Sie, was Sie wollen
}

Siehe auch