Foxit PDF SDK
9.1
|
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(instancetype) | + ItemWithToolTag:readToolbarItems: |
Initialization method. More... | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
Properties | |
UIImage * | image |
Get/Set the item image. More... | |
BOOL | isOnToolbar |
Whether to display on the toolbar. More... | |
NSArray< FSMainToolbarItem * > * | mainToolbarItems |
Get/Set the main Items displayed on the toolbar. More... | |
UIEdgeInsets | padImageEdgeInsets |
UIEdgeInsets | padTitleEdgeInsets |
Default ipad UIEdgeInsets. More... | |
UIEdgeInsets | phoneImageEdgeInsets |
UIEdgeInsets | phoneTitleEdgeInsets |
Default iphone UIEdgeInsets. More... | |
NSArray< FSReadToolbarItem * > * | readToolbarItems |
Get/Set the read Items displayed on the toolbar. More... | |
NSString * | title |
Get/Set the item title. More... | |
FSMainTopbarToolTag | toolTag |
Get the existing-supplied tool tag. Please refer to FSMainTopbarToolTagXXX values and it would be one of these values.. More... | |
+ (instancetype) ItemWithToolTag: | (FSMainTopbarToolTag) | toolTag | |
readToolbarItems: | (nullable NSArray< FSReadToolbarItem * > *) | readToolbarItems | |
Initialization method.
[in] | toolTag | The tool tag. |
[in] | readToolbarItems | The read Items displayed on the toolbar |
+ (instancetype) NS_UNAVAILABLE |
Disable the default initialization.
- (instancetype) NS_UNAVAILABLE |
|
readwritenonatomicstrong |
Get/Set the item image.
|
readnonatomicassign |
Whether to display on the toolbar.
|
readwritenonatomiccopy |
Get/Set the main Items displayed on the toolbar.
|
readwritenonatomicassign |
|
readwritenonatomicassign |
Default ipad UIEdgeInsets.
|
readwritenonatomicassign |
|
readwritenonatomicassign |
Default iphone UIEdgeInsets.
|
readwritenonatomiccopy |
Get/Set the read Items displayed on the toolbar.
|
readwritenonatomiccopy |
Get/Set the item title.
|
readnonatomicassign |
Get the existing-supplied tool tag. Please refer to FSMainTopbarToolTagXXX values and it would be one of these values..