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