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

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
 Segment content value.
 
MobileRTCBoldAttrs *_Nullable boldAttrs
 Segment BoldAttrs value.
 
MobileRTCItalicAttrs *_Nullable italicAttrs
 Segment ItalicAttrs value.
 
MobileRTCStrikethroughAttrs *_Nullable strikethroughAttrs
 StrikethroughAttrs content value.
 
MobileRTCBulletedListAttrs *_Nullable bulletedListAttrs
 Segment BulletedListAttrs value.
 
MobileRTCNumberedListAttrs *_Nullable numberedListAttrs
 Segment NumberedListAttrs value.
 
MobileRTCUnderlineAttrs *_Nullable underlineAttrs
 Segment UnderlineAttrs value.
 
MobileRTCQuoteAttrs *_Nullable quoteAttrs
 Segment QuoteAttrs value.
 
MobileRTCInsertLinkAttrs *_Nullable insertLinkAttrs
 Segment InsertLinkAttrs value.
 
MobileRTCFontSizeAttrs *_Nullable fontSizeAttrs
 Segment FontSizeAttrs value.
 
MobileRTCFontColorAttrs *_Nullable fontColorAttrs
 Segment FontColorAttrs value.
 
MobileRTCBackgroundColorAttrs *_Nullable backgroundColorAttrs
 Segment BackgroundColorAttrs value.
 
MobileRTCParagraphAttrs *_Nullable paragraphAttrs
 Segment ParagraphAttrs value.
 
MobileRTCIndentAttrs *_Nullable 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 406 of file MobileRTCMeetingChat.h.

Property Documentation

◆ backgroundColorAttrs

- (MobileRTCBackgroundColorAttrs* _Nullable) backgroundColorAttrs
readwritenonatomicstrong

Segment BackgroundColorAttrs value.

Definition at line 455 of file MobileRTCMeetingChat.h.

◆ boldAttrs

- (MobileRTCBoldAttrs* _Nullable) boldAttrs
readwritenonatomicstrong

Segment BoldAttrs value.

Definition at line 415 of file MobileRTCMeetingChat.h.

◆ bulletedListAttrs

- (MobileRTCBulletedListAttrs* _Nullable) bulletedListAttrs
readwritenonatomicstrong

Segment BulletedListAttrs value.

Definition at line 427 of file MobileRTCMeetingChat.h.

◆ content

- (NSString* _Nullable) content
readwritenonatomiccopy

Segment content value.

Definition at line 410 of file MobileRTCMeetingChat.h.

◆ fontColorAttrs

- (MobileRTCFontColorAttrs* _Nullable) fontColorAttrs
readwritenonatomicstrong

Segment FontColorAttrs value.

Definition at line 451 of file MobileRTCMeetingChat.h.

◆ fontSizeAttrs

- (MobileRTCFontSizeAttrs* _Nullable) fontSizeAttrs
readwritenonatomicstrong

Segment FontSizeAttrs value.

Definition at line 447 of file MobileRTCMeetingChat.h.

◆ indentAttrs

- (MobileRTCIndentAttrs* _Nullable) indentAttrs
readwritenonatomicstrong

Segment IndentAttrs value.

Definition at line 463 of file MobileRTCMeetingChat.h.

◆ insertLinkAttrs

- (MobileRTCInsertLinkAttrs* _Nullable) insertLinkAttrs
readwritenonatomicstrong

Segment InsertLinkAttrs value.

Definition at line 443 of file MobileRTCMeetingChat.h.

◆ italicAttrs

- (MobileRTCItalicAttrs* _Nullable) italicAttrs
readwritenonatomicstrong

Segment ItalicAttrs value.

Definition at line 419 of file MobileRTCMeetingChat.h.

◆ numberedListAttrs

- (MobileRTCNumberedListAttrs* _Nullable) numberedListAttrs
readwritenonatomicstrong

Segment NumberedListAttrs value.

Definition at line 431 of file MobileRTCMeetingChat.h.

◆ paragraphAttrs

- (MobileRTCParagraphAttrs* _Nullable) paragraphAttrs
readwritenonatomicstrong

Segment ParagraphAttrs value.

Definition at line 459 of file MobileRTCMeetingChat.h.

◆ quoteAttrs

- (MobileRTCQuoteAttrs* _Nullable) quoteAttrs
readwritenonatomicstrong

Segment QuoteAttrs value.

Definition at line 439 of file MobileRTCMeetingChat.h.

◆ strikethroughAttrs

- (MobileRTCStrikethroughAttrs* _Nullable) strikethroughAttrs
readwritenonatomicstrong

StrikethroughAttrs content value.

Definition at line 423 of file MobileRTCMeetingChat.h.

◆ underlineAttrs

- (MobileRTCUnderlineAttrs* _Nullable) underlineAttrs
readwritenonatomicstrong

Segment UnderlineAttrs value.

Definition at line 435 of file MobileRTCMeetingChat.h.