Aspose::Cells::Drawing::Shape::IsSmartArt method

Shape::IsSmartArt method

Indicates whether the shape is smart art.

bool Aspose::Cells::Drawing::Shape::IsSmartArt()

Remarks

Only for ooxml file.

Examples

//if true,the shape is smart art.
if (shape.IsSmartArt())
{
    //The shape is SmartArt object.
}

See Also