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 |
Segment content value. | |
BoldAttrs | boldAttrs = {} |
Segment BoldAttrs value. | |
ItalicAttrs | italicAttrs = {} |
Segment ItalicAttrs value. | |
StrikethroughAttrs | strikethroughAttrs = {} |
StrikethroughAttrs content value. | |
BulletedListAttrs | bulletedListAttrs = {} |
Segment BulletedListAttrs value. | |
NumberedListAttrs | numberedListAttrs = {} |
Segment NumberedListAttrs value. | |
UnderlineAttrs | underlineAttrs = {} |
Segment UnderlineAttrs value. | |
QuoteAttrs | quoteAttrs = {} |
Segment QuoteAttrs value. | |
InsertLinkAttrs | insertLinkAttrs = {} |
Segment InsertLinkAttrs value. | |
FontSizeAttrs | fontSizeAttrs = {} |
Segment FontSizeAttrs value. | |
FontColorAttrs | fontColorAttrs = {} |
Segment FontColorAttrs value. | |
BackgroundColorAttrs | backgroundColorAttrs = {} |
Segment BackgroundColorAttrs value. | |
ParagraphAttrs | paragraphAttrs = {} |
Segment ParagraphAttrs value. | |
IndentAttrs | indentAttrs = {} |
Segment IndentAttrs value. | |
information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions..
Definition at line 147 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 148 of file meeting_chat_interface.h.
StrikethroughAttrs SegmentDetails::strikethroughAttrs = {} |
UnderlineAttrs SegmentDetails::underlineAttrs = {} |