Foxit PDF SDK
9.1
|
A fixup succeeded.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithFloating_info: |
Constructor, with another floating infomation object. More... | |
(id) | - initWithWindow_pos:relative_target:resize_type:has_close:has_title:title:off_screen:rect: |
Constructor, with parameters. More... | |
(void) | - set:relative_target:resize_type:has_close:has_title:title:off_screen:rect: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
BOOL | has_close |
YES means the floating window should have a close window control button, while NO means not. More... | |
BOOL | has_title |
YES means a title should be displayed in the title bar, while NO means not. More... | |
FSFloatingInfoOffScreenAction | off_screen |
Specify what action should be taken if the floating window is positioned totally or partially offscreen. Please refer to values starting from FSFloatingInfoOffScreenAllow and this should be one of these values. More... | |
FSRectF * | rect |
A rectangle specifies the location and size of the floating window in device coordinate system. More... | |
FSFloatingInfoRelativeTarget | relative_target |
Specify the target to which the floating window is to be aligned. Please refer to values starting from FSFloatingInfoRelativeTargetPageWindow and this should be one of these values. More... | |
FSFloatingInfoResizeType | resize_type |
Specify whether the floating window may be resized by the user. Please refer to values starting from FSFloatingInfoResizeTypeNo and this should be one of these values. More... | |
NSString * | title |
This title to be displayed if has_title is true. More... | |
FSFloatingInfoWindowPosition | window_pos |
Specify how the floating window is to be positioned relative to the window specified by the relative_target . Please refer to values starting from FSFloatingInfoWindowPositionTopLeft and this should be one of these values. More... | |
A fixup succeeded.
A fixup failed.
A fixup was not required.
This class represents floating imformation.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithFloating_info: | (FSFloatingInfo*) | floating_info |
Constructor, with another floating infomation object.
[in] | floating_info | Another floating infomation object. |
- (id) initWithWindow_pos: | (FSFloatingInfoWindowPosition) | window_pos | |
relative_target: | (FSFloatingInfoRelativeTarget) | relative_target | |
resize_type: | (FSFloatingInfoResizeType) | resize_type | |
has_close: | (BOOL) | has_close | |
has_title: | (BOOL) | has_title | |
title: | (NSString *) | title | |
off_screen: | (FSFloatingInfoOffScreenAction) | off_screen | |
rect: | (FSRectF*) | rect | |
Constructor, with parameters.
[in] | window_pos | Specify how the floating window is to be positioned relative to the window specified by the relative_target . |
[in] | relative_target | Specify the window to which the floating window is to be aligned. |
[in] | resize_type | Specify whether the floating window may be resized by the user. |
[in] | has_close | YES means the floating window should have a close window control button, while NO means not. |
[in] | has_title | YES means a title should be displayed in the title bar, while NO means not. |
[in] | title | This title to be displayed if has_title is true. |
[in] | off_screen | Specify what action should be taken if the floating window is positioned totally or partially offscreen. |
[in] | rect | A rectangle specifies the location and size of the floating window in device coordinate system. |
- (void) set: | (FSFloatingInfoWindowPosition) | window_pos | |
relative_target: | (FSFloatingInfoRelativeTarget) | relative_target | |
resize_type: | (FSFloatingInfoResizeType) | resize_type | |
has_close: | (BOOL) | has_close | |
has_title: | (BOOL) | has_title | |
title: | (NSString *) | title | |
off_screen: | (FSFloatingInfoOffScreenAction) | off_screen | |
rect: | (FSRectF*) | rect | |
Set values.
[in] | window_pos | Specify how the floating window is to be positioned relative to the window specified by the relative_target . |
[in] | relative_target | Specify the window to which the floating window is to be aligned. |
[in] | resize_type | Specify whether the floating window may be resized by the user. |
[in] | has_close | YES means the floating window should have a close window control button, while NO means not. |
[in] | has_title | YES means a title should be displayed in the title bar, while NO means not. |
[in] | title | This title to be displayed if has_title is true. |
[in] | off_screen | Specify what action should be taken if the floating window is positioned totally or partially offscreen. |
[in] | rect | A rectangle specifies the location and size of the floating window in device coordinate system. |
|
protected |
|
protected |
|
readwritenonatomicassign |
YES means the floating window should have a close window control button, while NO means not.
|
readwritenonatomicassign |
YES means a title should be displayed in the title bar, while NO means not.
|
readwritenonatomicassign |
Specify what action should be taken if the floating window is positioned totally or partially offscreen. Please refer to values starting from FSFloatingInfoOffScreenAllow and this should be one of these values.
|
readwritenonatomiccopy |
A rectangle specifies the location and size of the floating window in device coordinate system.
|
readwritenonatomicassign |
Specify the target to which the floating window is to be aligned. Please refer to values starting from FSFloatingInfoRelativeTargetPageWindow and this should be one of these values.
|
readwritenonatomicassign |
Specify whether the floating window may be resized by the user. Please refer to values starting from FSFloatingInfoResizeTypeNo and this should be one of these values.
|
readwritenonatomiccopy |
This title to be displayed if has_title is true.
|
readwritenonatomicassign |
Specify how the floating window is to be positioned relative to the window specified by the relative_target . Please refer to values starting from FSFloatingInfoWindowPositionTopLeft and this should be one of these values.