Aspose::Cells::Drawing::Shape::IsSmartArt method
Shape::IsSmartArt method
Indicates whether the shape is a smart art.
bool Aspose::Cells::Drawing::Shape::IsSmartArt()
Remarks
Only for ooxml file.
Examples
//if true,the shape is a smart art.
if (shape.IsSmartArt())
{
//The shape is SmartArt object.
}
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++