Aspose::Cells::Drawing::Shape::IsWordArt method
Shape::IsWordArt method
Indicates whether this shape is a word art.
bool Aspose::Cells::Drawing::Shape::IsWordArt()
Remarks
Only for the Legacy Shape of xls file.
Examples
if (shape.IsWordArt())
{
//This shape is a WordArt object.
}
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++