Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SegmentDetails Struct 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_tstrContent = 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.
 

Detailed Description

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.

Field Documentation

◆ backgroundColorAttrs

BackgroundColorAttrs SegmentDetails::backgroundColorAttrs = {}

Segment BackgroundColorAttrs value.

Definition at line 160 of file meeting_chat_interface.h.

160{};

◆ boldAttrs

BoldAttrs SegmentDetails::boldAttrs = {}

Segment BoldAttrs value.

Definition at line 150 of file meeting_chat_interface.h.

150{};

◆ bulletedListAttrs

BulletedListAttrs SegmentDetails::bulletedListAttrs = {}

Segment BulletedListAttrs value.

Definition at line 153 of file meeting_chat_interface.h.

153{};

◆ fontColorAttrs

FontColorAttrs SegmentDetails::fontColorAttrs = {}

Segment FontColorAttrs value.

Definition at line 159 of file meeting_chat_interface.h.

159{};

◆ fontSizeAttrs

FontSizeAttrs SegmentDetails::fontSizeAttrs = {}

Segment FontSizeAttrs value.

Definition at line 158 of file meeting_chat_interface.h.

158{};

◆ indentAttrs

IndentAttrs SegmentDetails::indentAttrs = {}

Segment IndentAttrs value.

Definition at line 162 of file meeting_chat_interface.h.

162{};

◆ insertLinkAttrs

InsertLinkAttrs SegmentDetails::insertLinkAttrs = {}

Segment InsertLinkAttrs value.

Definition at line 157 of file meeting_chat_interface.h.

157{};

◆ italicAttrs

ItalicAttrs SegmentDetails::italicAttrs = {}

Segment ItalicAttrs value.

Definition at line 151 of file meeting_chat_interface.h.

151{};

◆ numberedListAttrs

NumberedListAttrs SegmentDetails::numberedListAttrs = {}

Segment NumberedListAttrs value.

Definition at line 154 of file meeting_chat_interface.h.

154{};

◆ paragraphAttrs

ParagraphAttrs SegmentDetails::paragraphAttrs = {}

Segment ParagraphAttrs value.

Definition at line 161 of file meeting_chat_interface.h.

161{};

◆ quoteAttrs

QuoteAttrs SegmentDetails::quoteAttrs = {}

Segment QuoteAttrs value.

Definition at line 156 of file meeting_chat_interface.h.

156{};

◆ strContent

const zchar_t* SegmentDetails::strContent = nullptr

Segment content value.

Definition at line 148 of file meeting_chat_interface.h.

◆ strikethroughAttrs

StrikethroughAttrs SegmentDetails::strikethroughAttrs = {}

StrikethroughAttrs content value.

Definition at line 152 of file meeting_chat_interface.h.

152{};

◆ underlineAttrs

UnderlineAttrs SegmentDetails::underlineAttrs = {}

Segment UnderlineAttrs value.

Definition at line 155 of file meeting_chat_interface.h.

155{};