|
Meeting SDK for macOS API Reference
|
Represents a rich-text style and associated style ranges. More...
#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. | |
Represents a rich-text style and associated style ranges.
Definition at line 131 of file ZoomSDKMeetingChatController.h.
| - (NSArray< ZoomSDKRichTextStyleOffset * > *) getTextStyleOffsetList |
Get the current message’s rich text position info list of a certain style.
|
readnonatomicassign |
Get the rich text type of a portion of the current message.
Definition at line 135 of file ZoomSDKMeetingChatController.h.