Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IRichTextStyleItem Class Referenceabstract

Chat message rich text item of a certain style. More...

#include <meeting_chat_interface.h>

Public Member Functions

virtual RichTextStyle GetTextStyle ()=0
 Get the rich text type of a portion of the current message.
 
virtual IList< IRichTextStyleOffset * > * GetTextStyleOffsetList ()=0
 Get the current message's rich text position info list of a certain style.
 

Detailed Description

Chat message rich text item of a certain style.

Definition at line 212 of file meeting_chat_interface.h.

Member Function Documentation

◆ GetTextStyle()

virtual RichTextStyle IRichTextStyleItem::GetTextStyle ( )
pure virtual

Get the rich text type of a portion of the current message.

Returns
If the function succeeds, the return value is the rich text type of the specified portion of the current message.

◆ GetTextStyleOffsetList()

virtual IList< IRichTextStyleOffset * > * IRichTextStyleItem::GetTextStyleOffsetList ( )
pure virtual

Get the current message's rich text position info list of a certain style.

Returns
If the function succeeds, the return value is the rich text position info list of a certain style of the current message.