Aspose::Cells::Drawing::Shape::GetRichFormattings method
Shape::GetRichFormattings method
Returns all Characters objects that represents a range of characters within the text .
Vector<FontSetting> Aspose::Cells::Drawing::Shape::GetRichFormattings()
ReturnValue
All Characters objects
Examples
Vector<FontSetting> list = shape.GetRichFormattings();
See Also
- Class Vector
- Class FontSetting
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++