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

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Instance Methods

(NSArray< ZoomSDKRichTextStyleOffset * > *) - getTextStyleOffsetList
 Get the current message’s rich text position info list of a certain style.
 

Properties

ZoomSDKRichTextStyle textStyle
 Get the rich text type of a portion of the current message.
 

Detailed Description

Definition at line 102 of file ZoomSDKMeetingChatController.h.

Method Documentation

◆ getTextStyleOffsetList

- (NSArray< ZoomSDKRichTextStyleOffset * > *) getTextStyleOffsetList

Get the current message’s rich text position info list of a certain style.

Returns
If the function succeeds, the return value is the current message’s rich text position info list of a certain style.

Property Documentation

◆ textStyle

- (ZoomSDKRichTextStyle) textStyle
readnonatomicassign

Get the rich text type of a portion of the current message.

Definition at line 106 of file ZoomSDKMeetingChatController.h.