Aspose::Cells::Drawing::Shape::IsRichText method

Shape::IsRichText method

Whether or not the text is rich text.

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

Examples

if (shape.IsRichText())
{
    //"The text is rich text."
}

See Also