Foxit PDF SDK  9.1
MoreMenuGroup Class Reference

The menu group. More...

Inheritance diagram for MoreMenuGroup:
<MoreItemProtocol>

Instance Methods

(NSMutableArray *) - getItems
 Get the menu items. More...
 
(void) - setItems:
 Set the menu items. More...
 

Properties

id< MoreItemActionProtocolcallBack
 
NSUInteger tag
 The tag for menu group. More...
 
NSString * title
 The title for menu group. More...
 
- Properties inherited from <MoreItemProtocol>
NSUInteger tag
 
NSString * title
 

Detailed Description

The menu group.

Method Documentation

◆ getItems

- (NSMutableArray *) getItems

Get the menu items.

◆ setItems:

- (void) setItems: (NSMutableArray *)  arr

Set the menu items.

Property Documentation

◆ callBack

- (id<MoreItemActionProtocol>) callBack
readwritenonatomicweak

brief The callback action associated with this Group.

◆ tag

- (NSUInteger) tag
readwritenonatomicassign

The tag for menu group.

◆ title

- (NSString*) title
readwritenonatomicstrong

The title for menu group.