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

#include <ZoomSDKMeetingChatController.h>

Inherits NSObject.

Properties

unsigned int positionStart
 Get a certain rich-text style’s start position.
 
unsigned int positionEnd
 Get the end position of a certain style in rich text.
 
NSString * reserve
 Get a certain rich-text style supplementary information.
 

Detailed Description

Definition at line 86 of file ZoomSDKMeetingChatController.h.

Property Documentation

◆ positionEnd

- (unsigned int) positionEnd
readnonatomicassign

Get the end position of a certain style in rich text.

Definition at line 94 of file ZoomSDKMeetingChatController.h.

◆ positionStart

- (unsigned int) positionStart
readnonatomicassign

Get a certain rich-text style’s start position.

Definition at line 90 of file ZoomSDKMeetingChatController.h.

◆ reserve

- (NSString*) reserve
readnonatomiccopy

Get a certain rich-text style supplementary information.

Note
If the style is TextStyle_FontSize, possible return values are FontSize_Small, FontSize_Medium, or FontSize_Large. If style is TextStyle_Paragraph, possible return values are Paragraph_H1, Paragraph_H2, or Paragraph_H3. If the style is TextStyle_FontColor, or TextStyle_BackgroundColor, possible return values are hex string representing standard RGB data.

Definition at line 99 of file ZoomSDKMeetingChatController.h.