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

#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

Definition at line 251 of file ZoomSDKMeetingChatController.h.

Property Documentation

◆ backgroundColorAttrs

- (ZoomSDKChatMsgBackgroundColorAttrs*) backgroundColorAttrs
readnonatomicretain

Segment BackgroundColorAttrs value.

Definition at line 299 of file ZoomSDKMeetingChatController.h.

◆ boldAttrs

- (ZoomSDKChatMsgBoldAttrs*) boldAttrs
readnonatomicretain

Segment BoldAttrs value.

Definition at line 259 of file ZoomSDKMeetingChatController.h.

◆ bulletedListAttrs

- (ZoomSDKChatMsgBulletedListAttrs*) bulletedListAttrs
readnonatomicretain

Segment BulletedListAttrs value.

Definition at line 271 of file ZoomSDKMeetingChatController.h.

◆ fontColorAttrs

- (ZoomSDKChatMsgFontColorAttrs*) fontColorAttrs
readnonatomicretain

Segment FontColorAttrs value.

Definition at line 295 of file ZoomSDKMeetingChatController.h.

◆ fontSizeAttrs

- (ZoomSDKChatMsgFontSizeAttrs*) fontSizeAttrs
readnonatomicretain

Segment FontSizeAttrs value.

Definition at line 291 of file ZoomSDKMeetingChatController.h.

◆ indentAttrs

- (ZoomSDKChatMsgIndentAttrs*) indentAttrs
readnonatomicretain

Segment IndentAttrs value.

Definition at line 307 of file ZoomSDKMeetingChatController.h.

◆ insertLinkAttrs

- (ZoomSDKChatMsgInsertLinkAttrs*) insertLinkAttrs
readnonatomicretain

Segment InsertLinkAttrs value.

Definition at line 287 of file ZoomSDKMeetingChatController.h.

◆ italicAttrs

- (ZoomSDKChatMsgItalicAttrs*) italicAttrs
readnonatomicretain

Segment ItalicAttrs value.

Definition at line 263 of file ZoomSDKMeetingChatController.h.

◆ numberedListAttrs

- (ZoomSDKChatMsgNumberedListAttrs*) numberedListAttrs
readnonatomicretain

Segment NumberedListAttrs value.

Definition at line 275 of file ZoomSDKMeetingChatController.h.

◆ paragraphAttrs

- (ZoomSDKChatMsgParagraphAttrs*) paragraphAttrs
readnonatomicretain

Segment ParagraphAttrs value.

Definition at line 303 of file ZoomSDKMeetingChatController.h.

◆ quoteAttrs

- (ZoomSDKChatMsgQuoteAttrs*) quoteAttrs
readnonatomicretain

Segment QuoteAttrs value.

Definition at line 283 of file ZoomSDKMeetingChatController.h.

◆ strContent

- (NSString*) strContent
readnonatomiccopy

Segment content value.

Definition at line 255 of file ZoomSDKMeetingChatController.h.

◆ strikethroughAttrs

- (ZoomSDKChatMsgStrikethroughAttrs*) strikethroughAttrs
readnonatomicretain

StrikethroughAttrs content value.

Definition at line 267 of file ZoomSDKMeetingChatController.h.

◆ underlineAttrs

- (ZoomSDKChatMsgUnderlineAttrs*) underlineAttrs
readnonatomicretain

Segment UnderlineAttrs value.

Definition at line 279 of file ZoomSDKMeetingChatController.h.