Foxit PDF SDK
9.1
|
The custom item group. More...
Instance Methods | |
(instancetype) | - initWithTitle:items: |
Intialize custom group. More... | |
Properties | |
NSUInteger | index |
Get index of the custom group in the view. It will be NSNotFound if it is not added. More... | |
NSMutableArray< PDFScanMenuItem * > * | items |
Set/Get the custom items. More... | |
NSString * | title |
The title for custom group. More... | |
The custom item group.
- (instancetype) initWithTitle: | (nullable NSString *) | title | |
items: | (NSArray< PDFScanMenuItem * > *) | items | |
Intialize custom group.
[in] | title | The group title. |
[in] | items | The custom group items. |
|
readnonatomicassign |
Get index of the custom group in the view. It will be NSNotFound if it is not added.
|
readwritenonatomicstrong |
Set/Get the custom items.
|
readwritenonatomiccopy |
The title for custom group.