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

A class that contains italic attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bItalic
 Indicates if the text style is italic. YES if italic, NO otherwise.
 

Detailed Description

A class that contains italic attributes.

Definition at line 533 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bItalic

- (BOOL) bItalic
readwritenonatomicassign

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

Definition at line 538 of file MobileRTCMeetingChat.h.