|
Foxit PDF SDK
|
Public Member Functions | |
| 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... | |
This class represents a join split operation. Before use join split feature, ensure the function fsdk.JoinSplit.Activate has been called successfully. Please call the function fsdk.JoinSplit.Deactivate to deactivate when no need to use any join split function.
| def fsdk.JoinSplit.Activate | ( | ) |
Activate join split editing.
| def fsdk.JoinSplit.Deactivate | ( | ) |
Deactivate join split editing.
| def fsdk.JoinSplit.ExitJoinEditing | ( | ) |
Exit join split editing.
| def fsdk.JoinSplit.GetEnableStatus | ( | type | ) |
Get join split editing operation state.
| def fsdk.JoinSplit.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def fsdk.JoinSplit.JoinBoxes | ( | ) |
Call this function to join text.
| def fsdk.JoinSplit.LinkBoxes | ( | ) |
Call this function to link text.
| def fsdk.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 fsdk.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 fsdk.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 fsdk.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 fsdk.ParagraphEditingProviderCallback.GetRenderMatrix .
| [in] | page_index_array | The page index array to render. |
| [in] | renderer | A valid renderer object for rendering. |
| def fsdk.JoinSplit.SelectNone | ( | ) |
Call this function to clear all selected text.
| def fsdk.JoinSplit.SplitBoxes | ( | ) |
Call this function to split text.
| def fsdk.JoinSplit.UnlinkBoxes | ( | ) |
Call this function to unlink text.