Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - registerEventListener: |
Register an event listener. More... | |
(void) | - resetCurrentTagItem |
Reset the tag Item in order to update on the view.Calling this method causes the current toolbar to be updated immediately. More... | |
(void) | - setStateBarColor: |
Set the color of the state bar. More... | |
(void) | - setTagItemBackgroudColor: |
Set the background color of the tagItem. More... | |
(void) | - unregisterEventListener: |
Unregister an event listener. More... | |
![]() | |
(void) | - addItem:atPosition: |
Add item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(__kindof UIStackView *) | - getToolbarContentView |
Get the the toolbar content view. More... | |
(instancetype) | - NS_UNAVAILABLE |
(void) | - removeItem:atPosition: |
Removes item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(void) | - removeItemAtPosition:index: |
Removes the index item at position, Please refer to {@linkFSMainToolbarItemPositionXXX} and FSMainToolbarItemPosition values and it would be one of these values.. More... | |
(void) | - setBackgroundColor: |
Set the background color. More... | |
Properties | |
__kindof UIView * | attachView |
Get/Set the subview to contview. More... | |
NSArray< FSMainTopbarToolTagItem * > * | currentNewTagItems |
Get/Set the main tag Items to display a new icon in the popup window. More... | |
FSMainTopbarToolTagItem * | currentTagItem |
Get the current tag Item. More... | |
CGFloat | horizontalContentHeight |
Set horizontal content height. More... | |
NSArray< FSMainToolbarItem * > *itemsForPositionCenter | NS_UNAVAILABLE |
Disable this method. More... | |
FSTopbarSubitemContentViewPosition | subitemContentPosition |
Get the subtoolbar position. Please refer to FSTopbarSubitemContentViewPositionXXX values and it would be one of these values.. More... | |
NSArray< FSMainTopbarToolTagItem * > * | tagItems |
Get/Set the main tag Items displayed on the toolbar. More... | |
CGFloat | verticalContentWidth |
Set vertical content width. More... | |
![]() | |
CGFloat | contentHeight |
Set content bar height. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionCenter |
Get/Set the items displayed on the toolbar center. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionLeft |
Get/Set the items displayed on the toolbar left. More... | |
NSArray< FSMainToolbarItem * > * | itemsForPositionRight |
Get/Set the items displayed on the toolbar right. More... | |
Additional Inherited Members | |
![]() | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
- (void) registerEventListener: | (id< IFSMainTopbarEventListener >) | listener |
Register an event listener.
[in] | listener | The Topbar Listener. |
- (void) resetCurrentTagItem |
Reset the tag Item in order to update on the view.Calling this method causes the current toolbar to be updated immediately.
- (void) setStateBarColor: | (nullable UIColor *) | color |
Set the color of the state bar.
[in] | color | The background color used to specify the status. |
- (void) setTagItemBackgroudColor: | (nullable UIColor *) | color |
Set the background color of the tagItem.
[in] | color | The background color used to specify the status. |
- (void) unregisterEventListener: | (id< IFSMainTopbarEventListener >) | listener |
Unregister an event listener.
[in] | listener | The Topbar Listener. |
|
readwritenonatomicstrong |
Get/Set the subview to contview.
|
readwritenonatomiccopy |
Get/Set the main tag Items to display a new icon in the popup window.
|
readnonatomicstrong |
Get the current tag Item.
|
readwritenonatomicassign |
Set horizontal content height.
|
readwritenonatomiccopy |
Disable this method.
|
readwritenonatomicassign |
Get the subtoolbar position. Please refer to FSTopbarSubitemContentViewPositionXXX values and it would be one of these values..
|
readwritenonatomiccopy |
Get/Set the main tag Items displayed on the toolbar.
|
readwritenonatomicassign |
Set vertical content width.