GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Conversione di Smart Art in forme raggruppate.

public override GroupShape GetResultOfSmartArt()

Esempi


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //Fai quello che vuoi
}

Guarda anche