|
Meeting SDK for Windows API Reference
|
information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions. More...
#include <meeting_chat_interface.h>
Data Fields | |
| const zchar_t * | strContent = nullptr |
| BoldAttrs | boldAttrs = {} |
| ItalicAttrs | italicAttrs = {} |
| StrikethroughAttrs | strikethroughAttrs = {} |
| BulletedListAttrs | bulletedListAttrs = {} |
| NumberedListAttrs | numberedListAttrs = {} |
| UnderlineAttrs | underlineAttrs = {} |
| QuoteAttrs | quoteAttrs = {} |
| InsertLinkAttrs | insertLinkAttrs = {} |
| FontSizeAttrs | fontSizeAttrs = {} |
| FontColorAttrs | fontColorAttrs = {} |
| BackgroundColorAttrs | backgroundColorAttrs = {} |
| ParagraphAttrs | paragraphAttrs = {} |
| IndentAttrs | indentAttrs = {} |
information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions.
Definition at line 196 of file meeting_chat_interface.h.
| BackgroundColorAttrs SegmentDetails::backgroundColorAttrs = {} |
| BoldAttrs SegmentDetails::boldAttrs = {} |
| BulletedListAttrs SegmentDetails::bulletedListAttrs = {} |
| FontColorAttrs SegmentDetails::fontColorAttrs = {} |
| FontSizeAttrs SegmentDetails::fontSizeAttrs = {} |
| IndentAttrs SegmentDetails::indentAttrs = {} |
| InsertLinkAttrs SegmentDetails::insertLinkAttrs = {} |
| ItalicAttrs SegmentDetails::italicAttrs = {} |
| NumberedListAttrs SegmentDetails::numberedListAttrs = {} |
| ParagraphAttrs SegmentDetails::paragraphAttrs = {} |
| QuoteAttrs SegmentDetails::quoteAttrs = {} |
| const zchar_t* SegmentDetails::strContent = nullptr |
Segment content value.
Definition at line 198 of file meeting_chat_interface.h.
| StrikethroughAttrs SegmentDetails::strikethroughAttrs = {} |
| UnderlineAttrs SegmentDetails::underlineAttrs = {} |