Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKChatMsgSegmentDetails Class Reference

Define detailed attributes for a chat message segment. More...

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Properties

NSString * strContent
 Segment content value.
 
ZoomSDKChatMsgBoldAttrsboldAttrs
 Segment BoldAttrs value.
 
ZoomSDKChatMsgItalicAttrsitalicAttrs
 Segment ItalicAttrs value.
 
ZoomSDKChatMsgStrikethroughAttrsstrikethroughAttrs
 StrikethroughAttrs content value.
 
ZoomSDKChatMsgBulletedListAttrsbulletedListAttrs
 Segment BulletedListAttrs value.
 
ZoomSDKChatMsgNumberedListAttrsnumberedListAttrs
 Segment NumberedListAttrs value.
 
ZoomSDKChatMsgUnderlineAttrsunderlineAttrs
 Segment UnderlineAttrs value.
 
ZoomSDKChatMsgQuoteAttrsquoteAttrs
 Segment QuoteAttrs value.
 
ZoomSDKChatMsgInsertLinkAttrsinsertLinkAttrs
 Segment InsertLinkAttrs value.
 
ZoomSDKChatMsgFontSizeAttrsfontSizeAttrs
 Segment FontSizeAttrs value.
 
ZoomSDKChatMsgFontColorAttrsfontColorAttrs
 Segment FontColorAttrs value.
 
ZoomSDKChatMsgBackgroundColorAttrsbackgroundColorAttrs
 Segment BackgroundColorAttrs value.
 
ZoomSDKChatMsgParagraphAttrsparagraphAttrs
 Segment ParagraphAttrs value.
 
ZoomSDKChatMsgIndentAttrsindentAttrs
 Segment IndentAttrs value.
 

Detailed Description

Define detailed attributes for a chat message segment.

Definition at line 344 of file ZoomSDKMeetingChatController.h.

Property Documentation

◆ backgroundColorAttrs

- (ZoomSDKChatMsgBackgroundColorAttrs*) backgroundColorAttrs
readnonatomicretain

Segment BackgroundColorAttrs value.

Definition at line 392 of file ZoomSDKMeetingChatController.h.

◆ boldAttrs

- (ZoomSDKChatMsgBoldAttrs*) boldAttrs
readnonatomicretain

Segment BoldAttrs value.

Definition at line 352 of file ZoomSDKMeetingChatController.h.

◆ bulletedListAttrs

- (ZoomSDKChatMsgBulletedListAttrs*) bulletedListAttrs
readnonatomicretain

Segment BulletedListAttrs value.

Definition at line 364 of file ZoomSDKMeetingChatController.h.

◆ fontColorAttrs

- (ZoomSDKChatMsgFontColorAttrs*) fontColorAttrs
readnonatomicretain

Segment FontColorAttrs value.

Definition at line 388 of file ZoomSDKMeetingChatController.h.

◆ fontSizeAttrs

- (ZoomSDKChatMsgFontSizeAttrs*) fontSizeAttrs
readnonatomicretain

Segment FontSizeAttrs value.

Definition at line 384 of file ZoomSDKMeetingChatController.h.

◆ indentAttrs

- (ZoomSDKChatMsgIndentAttrs*) indentAttrs
readnonatomicretain

Segment IndentAttrs value.

Definition at line 400 of file ZoomSDKMeetingChatController.h.

◆ insertLinkAttrs

- (ZoomSDKChatMsgInsertLinkAttrs*) insertLinkAttrs
readnonatomicretain

Segment InsertLinkAttrs value.

Definition at line 380 of file ZoomSDKMeetingChatController.h.

◆ italicAttrs

- (ZoomSDKChatMsgItalicAttrs*) italicAttrs
readnonatomicretain

Segment ItalicAttrs value.

Definition at line 356 of file ZoomSDKMeetingChatController.h.

◆ numberedListAttrs

- (ZoomSDKChatMsgNumberedListAttrs*) numberedListAttrs
readnonatomicretain

Segment NumberedListAttrs value.

Definition at line 368 of file ZoomSDKMeetingChatController.h.

◆ paragraphAttrs

- (ZoomSDKChatMsgParagraphAttrs*) paragraphAttrs
readnonatomicretain

Segment ParagraphAttrs value.

Definition at line 396 of file ZoomSDKMeetingChatController.h.

◆ quoteAttrs

- (ZoomSDKChatMsgQuoteAttrs*) quoteAttrs
readnonatomicretain

Segment QuoteAttrs value.

Definition at line 376 of file ZoomSDKMeetingChatController.h.

◆ strContent

- (NSString*) strContent
readnonatomiccopy

Segment content value.

Definition at line 348 of file ZoomSDKMeetingChatController.h.

◆ strikethroughAttrs

- (ZoomSDKChatMsgStrikethroughAttrs*) strikethroughAttrs
readnonatomicretain

StrikethroughAttrs content value.

Definition at line 360 of file ZoomSDKMeetingChatController.h.

◆ underlineAttrs

- (ZoomSDKChatMsgUnderlineAttrs*) underlineAttrs
readnonatomicretain

Segment UnderlineAttrs value.

Definition at line 372 of file ZoomSDKMeetingChatController.h.