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