Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRichTextStyleOffset Class Reference

for rich text solution, the specify rich text offset information. More...

#import <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

NSInteger positionStart
 Get a certain rich-text style’s start position.
 
NSInteger positionEnd
 Get a certain rich-text style’s end position.
 
NSString *_Nullable reserve
 Get a certain rich-text style’s supplementary information.
 

Detailed Description

for rich text solution, the specify rich text offset information.

Definition at line 107 of file MobileRTCMeetingChat.h.

Property Documentation

◆ positionEnd

- (NSInteger) positionEnd
readwritenonatomicassign

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

Definition at line 115 of file MobileRTCMeetingChat.h.

◆ positionStart

- (NSInteger) positionStart
readwritenonatomicassign

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

Definition at line 111 of file MobileRTCMeetingChat.h.

◆ reserve

- (NSString* _Nullable) reserve
readwritenonatomiccopy

Get a certain rich-text style’s supplementary information.

Warning
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 as follows 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 122 of file MobileRTCMeetingChat.h.