Foxit PDF SDK
|
Public Member Functions | |
def | JoinSplit (other) |
Constructor, with another join split object. More... | |
def | Activate () |
Activate join split editing. More... | |
def | Deactivate () |
Deactivate join split editing. More... | |
def | ExitJoinEditing () |
Exit join split editing. More... | |
def | GetEnableStatus (type) |
Get join split editing operation state. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
def | JoinBoxes () |
Call this function to join text. More... | |
def | LinkBoxes () |
Call this function to link text. More... | |
def | OnLButtonDown (page_index, point) |
Call this function when left mouse button is down. More... | |
def | OnLButtonUp (page_index, point) |
Call this function when left mouse button is up. More... | |
def | OnMouseMove (page_index, point) |
Call this function when mouse moves. More... | |
def | Render (page_index_array, renderer) |
Draw the currently join split operation state on the rendering. More... | |
def | SelectNone () |
Call this function to clear all selected text. More... | |
def | SplitBoxes () |
Call this function to split text. More... | |
def | UnlinkBoxes () |
Call this function to unlink text. More... | |
Static Public Attributes | |
e_JoinSplitOperationTypeClose = _fsdk.JoinSplit_e_JoinSplitOperationTypeClose | |
Join spilt operation type: Close. | |
e_JoinSplitOperationTypeLink = _fsdk.JoinSplit_e_JoinSplitOperationTypeLink | |
Join spilt operation type: Link. | |
e_JoinSplitOperationTypeSelectNone = _fsdk.JoinSplit_e_JoinSplitOperationTypeSelectNone | |
Join spilt operation type: SelectNone. | |
e_JoinSplitOperationTypeSpilt = _fsdk.JoinSplit_e_JoinSplitOperationTypeSpilt | |
Join spilt operation type: Spilt. | |
e_JoinSplitOperationTypeUnlink = _fsdk.JoinSplit_e_JoinSplitOperationTypeUnlink | |
Join spilt operation type: Unlink. | |
This class represents a join split operation. Before use join split feature, ensure the function FoxitPDFSDKPython2.JoinSplit.Activate has been called successfully. Please call the function FoxitPDFSDKPython2.JoinSplit.Deactivate to deactivate when no need to use any join split function.
def FoxitPDFSDKPython2.JoinSplit.JoinSplit | ( | other | ) |
Constructor, with another join split object.
[in] | other | Another join split object. |
def FoxitPDFSDKPython2.JoinSplit.Activate | ( | ) |
Activate join split editing.
def FoxitPDFSDKPython2.JoinSplit.Deactivate | ( | ) |
Deactivate join split editing.
def FoxitPDFSDKPython2.JoinSplit.ExitJoinEditing | ( | ) |
Exit join split editing.
def FoxitPDFSDKPython2.JoinSplit.GetEnableStatus | ( | type | ) |
Get join split editing operation state.
def FoxitPDFSDKPython2.JoinSplit.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
def FoxitPDFSDKPython2.JoinSplit.JoinBoxes | ( | ) |
Call this function to join text.
def FoxitPDFSDKPython2.JoinSplit.LinkBoxes | ( | ) |
Call this function to link text.
def FoxitPDFSDKPython2.JoinSplit.OnLButtonDown | ( | page_index, | |
point | |||
) |
Call this function when left mouse button is down.
[in] | page_index | The page index. |
[in] | point | A point where left mouse button is down in the page, in device coordinate system. |
def FoxitPDFSDKPython2.JoinSplit.OnLButtonUp | ( | page_index, | |
point | |||
) |
Call this function when left mouse button is up.
[in] | page_index | The page index. |
[in] | point | A point where left mouse button is up in the page, in device coordinate system. |
def FoxitPDFSDKPython2.JoinSplit.OnMouseMove | ( | page_index, | |
point | |||
) |
Call this function when mouse moves.
[in] | page_index | The page index. |
[in] | point | A point where mouse moves in the page, in device coordinate system. |
def FoxitPDFSDKPython2.JoinSplit.Render | ( | page_index_array, | |
renderer | |||
) |
Draw the currently join split operation state on the rendering.
The matrix used in the rendering process is returned by FoxitPDFSDKPython2.ParagraphEditingProviderCallback.GetRenderMatrix .
[in] | page_index_array | The page index array to render. |
[in] | renderer | A valid renderer object for rendering. |
def FoxitPDFSDKPython2.JoinSplit.SelectNone | ( | ) |
Call this function to clear all selected text.
def FoxitPDFSDKPython2.JoinSplit.SplitBoxes | ( | ) |
Call this function to split text.
def FoxitPDFSDKPython2.JoinSplit.UnlinkBoxes | ( | ) |
Call this function to unlink text.