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

Represents a rich-text style and associated style ranges. More...

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Instance Methods

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

Properties

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

Detailed Description

Represents a rich-text style and associated style ranges.

Definition at line 131 of file ZoomSDKMeetingChatController.h.

Method Documentation

◆ getTextStyleOffsetList

- (NSArray< ZoomSDKRichTextStyleOffset * > *) getTextStyleOffsetList

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

Returns
If the function succeeds, it returns the current message’s rich text position info list of a certain style. Otherwise, this function fails and returns nil.

Property Documentation

◆ textStyle

- (ZoomSDKRichTextStyle) textStyle
readnonatomicassign

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

Definition at line 135 of file ZoomSDKMeetingChatController.h.