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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++