|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetHas_close () |
| Get true means the floating window should have a close window control button, while false means not. More... | |
| def | GetHas_title () |
| Get true means a title should be displayed in the title bar, while false means not. More... | |
| def | GetOff_screen () |
| Get specify what action should be taken if the floating window is positioned totally or partially offscreen. More... | |
| def | GetRect () |
| Get a rectangle specifies the location and size of the floating window in device coordinate system. More... | |
| def | GetRelative_target () |
| Get specify the target to which the floating window is to be aligned. More... | |
| def | GetResize_type () |
| Get specify whether the floating window may be resized by the user. More... | |
| def | GetTitle () |
| Get this title to be displayed if has_title is true. More... | |
| def | GetWindow_pos () |
| Get specify how the floating window is to be positioned relative to the window specified by the relative_target . More... | |
| def | Set (window_pos, relative_target, resize_type, has_close, has_title, title, off_screen, rect) |
| Set values. More... | |
| def | SetHas_close (value) |
| Set true means the floating window should have a close window control button, while false means not. More... | |
| def | SetHas_title (value) |
| Set true means a title should be displayed in the title bar, while false means not. More... | |
| def | SetOff_screen (value) |
| Set specify what action should be taken if the floating window is positioned totally or partially offscreen. More... | |
| def | SetRect (value) |
| Set a rectangle specifies the location and size of the floating window in device coordinate system. More... | |
| def | SetRelative_target (value) |
| Set specify the target to which the floating window is to be aligned. More... | |
| def | SetResize_type (value) |
| Set specify whether the floating window may be resized by the user. More... | |
| def | SetTitle (value) |
| Set this title to be displayed if has_title is true. More... | |
| def | SetWindow_pos (value) |
| Set specify how the floating window is to be positioned relative to the window specified by the relative_target . More... | |
This class represents floating imformation.
| fsdk.FloatingInfo.GetHas_close | ( | ) |
Get true means the floating window should have a close window control button, while false means not.
| fsdk.FloatingInfo.GetHas_title | ( | ) |
Get true means a title should be displayed in the title bar, while false means not.
| fsdk.FloatingInfo.GetOff_screen | ( | ) |
Get specify what action should be taken if the floating window is positioned totally or partially offscreen.
| fsdk.FloatingInfo.GetRect | ( | ) |
Get a rectangle specifies the location and size of the floating window in device coordinate system.
| fsdk.FloatingInfo.GetRelative_target | ( | ) |
Get specify the target to which the floating window is to be aligned.
| fsdk.FloatingInfo.GetResize_type | ( | ) |
Get specify whether the floating window may be resized by the user.
| fsdk.FloatingInfo.GetTitle | ( | ) |
Get this title to be displayed if has_title is true.
| fsdk.FloatingInfo.GetWindow_pos | ( | ) |
Get specify how the floating window is to be positioned relative to the window specified by the relative_target .
| def fsdk.FloatingInfo.Set | ( | window_pos, | |
| relative_target, | |||
| resize_type, | |||
| has_close, | |||
| has_title, | |||
| title, | |||
| off_screen, | |||
| 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 | true means the floating window should have a close window control button, while false means not. |
| [in] | has_title | true means a title should be displayed in the title bar, while false 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. |
| fsdk.FloatingInfo.SetHas_close | ( | value | ) |
Set true means the floating window should have a close window control button, while false means not.
| [in] | value | true means the floating window should have a close window control button, while false means not. |
| fsdk.FloatingInfo.SetHas_title | ( | value | ) |
Set true means a title should be displayed in the title bar, while false means not.
| [in] | value | true means a title should be displayed in the title bar, while false means not. |
| fsdk.FloatingInfo.SetOff_screen | ( | value | ) |
Set specify what action should be taken if the floating window is positioned totally or partially offscreen.
| [in] | value | Specify what action should be taken if the floating window is positioned totally or partially offscreen. Please refer to values starting from fsdk.FloatingInfoE_OffScreenAllow and this should be one of these values. |
| fsdk.FloatingInfo.SetRect | ( | value | ) |
Set a rectangle specifies the location and size of the floating window in device coordinate system.
| [in] | value | A rectangle specifies the location and size of the floating window in device coordinate system. |
| fsdk.FloatingInfo.SetRelative_target | ( | value | ) |
Set specify the target to which the floating window is to be aligned.
| [in] | value | Specify the target to which the floating window is to be aligned. Please refer to values starting from fsdk.FloatingInfoE_RelativeTargetPageWindow and this should be one of these values. |
| fsdk.FloatingInfo.SetResize_type | ( | value | ) |
Set specify whether the floating window may be resized by the user.
| [in] | value | Specify whether the floating window may be resized by the user. Please refer to values starting from fsdk.FloatingInfoE_ResizeTypeNo and this should be one of these values. |
| fsdk.FloatingInfo.SetTitle | ( | value | ) |
Set this title to be displayed if has_title is true.
| [in] | value | This title to be displayed if has_title is true. |
| fsdk.FloatingInfo.SetWindow_pos | ( | value | ) |
Set specify how the floating window is to be positioned relative to the window specified by the relative_target .
| [in] | value | Specify how the floating window is to be positioned relative to the window specified by the relative_target . Please refer to values starting from fsdk.FloatingInfoE_WindowPositionTopLeft and this should be one of these values. |