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