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

A class that contains underline attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bUnderline
 Indicates if the text style is underline. YES if underline, NO otherwise.
 

Detailed Description

A class that contains underline attributes.

Definition at line 581 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bUnderline

- (BOOL) bUnderline
readwritenonatomicassign

Indicates if the text style is underline. YES if underline, NO otherwise.

Definition at line 586 of file MobileRTCMeetingChat.h.