Foxit PDF SDK
9.1
|
Instance Methods | |
(instancetype) | - initWithCustomItem: |
Initialization method. More... | |
(instancetype) | - initWithToolSettings: |
Initialization method. More... | |
(instancetype) | - initWithToolSettings:withItemContentType: |
Initialization method. More... | |
(instancetype) | - initWithToolSettingType: |
Initialization method. More... | |
(instancetype) | - initWithToolSettingType:withItemContentType: |
Initialization method. More... | |
(BOOL) | - replaceSettings: |
Replace tool settings,It is valid only if the control is not initialized. More... | |
Properties | |
FSMainToolbarItem * | customItem |
Get the custom Item. If it doesn't exist, it will be nil. More... | |
BOOL | enabled |
A Boolean value indicating whether the item is enabled. More... | |
FSItemContentType | itemContentType |
UIColor * | propertyColor |
Get the current item property color, If it doesn't exist, it will be nil. More... | |
FSReadToolbarItemType | readToolbarItemType |
Get the current read tool item type. More... | |
FSReadToolSettingsType | settingsType |
Get the tool settings type. If toolSettings doesn't exist, it will be 0. More... | |
FSReadToolSettings * | toolSettings |
Get the tool settings Item. If it doesn't exist, it will be nil. More... | |
- (instancetype) initWithCustomItem: | (FSMainToolbarItem *) | customItem |
Initialization method.
[in] | customItem | Create your own item. |
- (instancetype) initWithToolSettings: | (FSReadToolSettings *) | toolSettings |
Initialization method.
[in] | toolSettings | The tool settings. The item is created with the tool settings passed in. |
- (instancetype) initWithToolSettings: | (FSReadToolSettings *) | toolSettings | |
withItemContentType: | (FSItemContentType) | itemContentType | |
Initialization method.
[in] | toolSettings | The tool settings. The item is created with the tool settings passed in. |
- (instancetype) initWithToolSettingType: | (FSReadToolSettingsType) | settingType |
Initialization method.
[in] | settingType | The read tool settings .Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values. |
- (instancetype) initWithToolSettingType: | (FSReadToolSettingsType) | settingType | |
withItemContentType: | (FSItemContentType) | itemContentType | |
Initialization method.
[in] | settingType | The read tool settings .Please refer to {@linkFSReadToolSettingsTypeXXX} and FSReadToolSettingsType values and it would be one of these values. |
- (BOOL) replaceSettings: | (FSReadToolSettings *) | settings |
Replace tool settings,It is valid only if the control is not initialized.
[in] | settings | The tool settings. |
|
readnonatomicstrong |
Get the custom Item. If it doesn't exist, it will be nil.
|
readwritenonatomicassign |
A Boolean value indicating whether the item is enabled.
|
readnonatomicassign |
|
readnonatomicstrong |
Get the current item property color, If it doesn't exist, it will be nil.
|
readnonatomicassign |
Get the current read tool item type.
|
readnonatomicassign |
Get the tool settings type. If toolSettings doesn't exist, it will be 0.
|
readnonatomicstrong |
Get the tool settings Item. If it doesn't exist, it will be nil.