IsSmartArt
Shape.IsSmartArt property
Indica se la forma è smart art.
public bool IsSmartArt { get; }
Osservazioni
Solo per file ooxml.
Esempi
[C#]
//se true, la forma è smart art.
if(shape.IsSmartArt)
{
//La forma è un oggetto SmartArt.
}
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells