Shape.IsSmartArt
Shape.IsSmartArt property
Indicates whether the shape is a smart art.
public bool IsSmartArt { get; }
Remarks
Only for ooxml file.
Examples
[C#]
//if true,the shape is a smart art.
if(shape.IsSmartArt)
{
//The shape is SmartArt object.
}
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells