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