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

A class that contains numbered list attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bNumberedList
 Indicates if the text style is numbered. YES if numbered, NO otherwise.
 

Detailed Description

A class that contains numbered list attributes.

Definition at line 569 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bNumberedList

- (BOOL) bNumberedList
readwritenonatomicassign

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

Definition at line 574 of file MobileRTCMeetingChat.h.