Foxit PDF SDK
|
Public Types | |
enum | JoinSplitOperationType { JoinSplitOperationType.e_JoinSplitOperationTypeJoin = 0, JoinSplitOperationType.e_JoinSplitOperationTypeSpilt = 1, JoinSplitOperationType.e_JoinSplitOperationTypeLink = 2, JoinSplitOperationType.e_JoinSplitOperationTypeUnlink = 3, JoinSplitOperationType.e_JoinSplitOperationTypeSelectNone = 4, JoinSplitOperationType.e_JoinSplitOperationTypeClose = 5 } |
Enumeration for join spilt operation type. More... | |
Public Member Functions | |
JoinSplit (JoinSplit other) | |
Constructor, with another join split object. More... | |
bool | Activate () |
Activate join split editing. More... | |
bool | Deactivate () |
Deactivate join split editing. More... | |
void | ExitJoinEditing () |
Exit join split editing. More... | |
bool | GetEnableStatus (JoinSplit.JoinSplitOperationType type) |
Get join split editing operation state. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
void | JoinBoxes () |
Call this function to join text. More... | |
void | LinkBoxes () |
Call this function to link text. More... | |
bool | OnLButtonDown (int page_index, PointF point) |
Call this function when left mouse button is down. More... | |
bool | OnLButtonUp (int page_index, PointF point) |
Call this function when left mouse button is up. More... | |
bool | OnMouseMove (int page_index, PointF point) |
Call this function when mouse moves. More... | |
bool | Render (Int32Array page_index_array, Renderer renderer) |
Draw the currently join split operation state on the rendering. More... | |
void | SelectNone () |
Call this function to clear all selected text. More... | |
void | SplitBoxes () |
Call this function to split text. More... | |
void | UnlinkBoxes () |
Call this function to unlink text. More... | |
This class represents a join split operation. Before use join split feature, ensure the function JoinSplit.Activate has been called successfully. Please call the function JoinSplit.Deactivate to deactivate when no need to use any join split function.
Enumeration for join spilt operation type.
Values of this enumeration should be used alone.
|
inline |
Constructor, with another join split object.
[in] | other | Another join split object. |
|
inline |
Activate join split editing.
|
inline |
Deactivate join split editing.
|
inline |
Exit join split editing.
|
inline |
Get join split editing operation state.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
inline |
Call this function to join text.
|
inline |
Call this function to link text.
|
inline |
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. |
|
inline |
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. |
|
inline |
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. |
|
inline |
Draw the currently join split operation state on the rendering.
The matrix used in the rendering process is returned by ParagraphEditingProviderCallback.GetRenderMatrix .
[in] | page_index_array | The page index array to render. |
[in] | renderer | A valid renderer object for rendering. |
|
inline |
Call this function to clear all selected text.
|
inline |
Call this function to split text.
|
inline |
Call this function to unlink text.