Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCSegmentDetails Class Reference

A class that contains information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

NSString *_Nullable content
 The segment content value.
 
MobileRTCBoldAttrs *_Nullable boldAttrs
 The segment BoldAttrs value.
 
MobileRTCItalicAttrs *_Nullable italicAttrs
 The segment ItalicAttrs value.
 
MobileRTCStrikethroughAttrs *_Nullable strikethroughAttrs
 The strikethrough attributes content value.
 
MobileRTCBulletedListAttrs *_Nullable bulletedListAttrs
 The segment BulletedListAttrs value.
 
MobileRTCNumberedListAttrs *_Nullable numberedListAttrs
 The segment NumberedListAttrs value.
 
MobileRTCUnderlineAttrs *_Nullable underlineAttrs
 The segment UnderlineAttrs value.
 
MobileRTCQuoteAttrs *_Nullable quoteAttrs
 The segment QuoteAttrs value.
 
MobileRTCInsertLinkAttrs *_Nullable insertLinkAttrs
 The segment InsertLinkAttrs value.
 
MobileRTCFontSizeAttrs *_Nullable fontSizeAttrs
 The segment FontSizeAttrs value.
 
MobileRTCFontColorAttrs *_Nullable fontColorAttrs
 The segment FontColorAttrs value.
 
MobileRTCBackgroundColorAttrs *_Nullable backgroundColorAttrs
 The segment BackgroundColorAttrs value.
 
MobileRTCParagraphAttrs *_Nullable paragraphAttrs
 The segment ParagraphAttrs value.
 
MobileRTCIndentAttrs *_Nullable indentAttrs
 The segment IndentAttrs value.
 

Detailed Description

A class that contains information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions.

Definition at line 445 of file MobileRTCMeetingChat.h.

Property Documentation

◆ backgroundColorAttrs

- (MobileRTCBackgroundColorAttrs* _Nullable) backgroundColorAttrs
readwritenonatomicstrong

The segment BackgroundColorAttrs value.

Definition at line 504 of file MobileRTCMeetingChat.h.

◆ boldAttrs

- (MobileRTCBoldAttrs* _Nullable) boldAttrs
readwritenonatomicstrong

The segment BoldAttrs value.

Definition at line 455 of file MobileRTCMeetingChat.h.

◆ bulletedListAttrs

- (MobileRTCBulletedListAttrs* _Nullable) bulletedListAttrs
readwritenonatomicstrong

The segment BulletedListAttrs value.

Definition at line 470 of file MobileRTCMeetingChat.h.

◆ content

- (NSString* _Nullable) content
readwritenonatomiccopy

The segment content value.

Definition at line 450 of file MobileRTCMeetingChat.h.

◆ fontColorAttrs

- (MobileRTCFontColorAttrs* _Nullable) fontColorAttrs
readwritenonatomicstrong

The segment FontColorAttrs value.

Definition at line 499 of file MobileRTCMeetingChat.h.

◆ fontSizeAttrs

- (MobileRTCFontSizeAttrs* _Nullable) fontSizeAttrs
readwritenonatomicstrong

The segment FontSizeAttrs value.

Definition at line 494 of file MobileRTCMeetingChat.h.

◆ indentAttrs

- (MobileRTCIndentAttrs* _Nullable) indentAttrs
readwritenonatomicstrong

The segment IndentAttrs value.

Definition at line 514 of file MobileRTCMeetingChat.h.

◆ insertLinkAttrs

- (MobileRTCInsertLinkAttrs* _Nullable) insertLinkAttrs
readwritenonatomicstrong

The segment InsertLinkAttrs value.

Definition at line 489 of file MobileRTCMeetingChat.h.

◆ italicAttrs

- (MobileRTCItalicAttrs* _Nullable) italicAttrs
readwritenonatomicstrong

The segment ItalicAttrs value.

Definition at line 460 of file MobileRTCMeetingChat.h.

◆ numberedListAttrs

- (MobileRTCNumberedListAttrs* _Nullable) numberedListAttrs
readwritenonatomicstrong

The segment NumberedListAttrs value.

Definition at line 475 of file MobileRTCMeetingChat.h.

◆ paragraphAttrs

- (MobileRTCParagraphAttrs* _Nullable) paragraphAttrs
readwritenonatomicstrong

The segment ParagraphAttrs value.

Definition at line 509 of file MobileRTCMeetingChat.h.

◆ quoteAttrs

- (MobileRTCQuoteAttrs* _Nullable) quoteAttrs
readwritenonatomicstrong

The segment QuoteAttrs value.

Definition at line 485 of file MobileRTCMeetingChat.h.

◆ strikethroughAttrs

- (MobileRTCStrikethroughAttrs* _Nullable) strikethroughAttrs
readwritenonatomicstrong

The strikethrough attributes content value.

Definition at line 465 of file MobileRTCMeetingChat.h.

◆ underlineAttrs

- (MobileRTCUnderlineAttrs* _Nullable) underlineAttrs
readwritenonatomicstrong

The segment UnderlineAttrs value.

Definition at line 480 of file MobileRTCMeetingChat.h.