IPXV_Tool Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool Interface}}
 
{{#customTitle:IPXV_Tool Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_Tool|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXV_Tool_CanActivateForDocument|CanActivateForDocument]]
 
| [[PXV:IPXV_Tool_CanActivateForDocument|CanActivateForDocument]]
| ...
 
|-
 
| [[PXV:IPXV_Tool_OnActivated|OnActivated]]
 
| ...
 
|-
 
 
| [[PXV:IPXV_Tool_OnDeactivated|OnDeactivated]]
 
| [[PXV:IPXV_Tool_OnDeactivated|OnDeactivated]]
| ...
 
|-
 
 
| [[PXV:IPXV_Tool_OnFinalize|OnFinalize]]
 
| [[PXV:IPXV_Tool_OnFinalize|OnFinalize]]
| ...
+
| [[PXV:IPXV_Tool_OnProcessViewEvent|OnProcessViewEvent]]
 
|-
 
|-
| [[PXV:IPXV_Tool_OnProcessViewEvent|OnProcessViewEvent]]
+
| [[PXV:IPXV_Tool_OnActivated|OnActivated]]
| ...
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXV_Tool_Description|Description]]
 
| [[PXV:IPXV_Tool_Description|Description]]
| style="text-align: center" | R
+
| [[PXV:IPXV_Tool_ID|ID]]
| .
+
| [[PXV:IPXV_Tool_IsExclusive|IsExclusive]]
 +
| [[PXV:IPXV_Tool_Name|Name]]
 
|-
 
|-
 
| [[PXV:IPXV_Tool_Features|Features]]
 
| [[PXV:IPXV_Tool_Features|Features]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXV_Tool_ID|ID]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_Tool_IsEnabled|IsEnabled]]
 
| [[PXV:IPXV_Tool_IsEnabled|IsEnabled]]
| style="text-align: center" | R
+
|  
| .
+
|  
|-
+
| [[PXV:IPXV_Tool_IsExclusive|IsExclusive]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_Tool_Name|Name]]
+
| style="text-align: center" | R
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_GetTool|IPXV_Inst::GetTool]], [[PXV:IPXV_Inst_RegisterTool|IPXV_Inst::RegisterTool]], [[PXV:IPXV_Inst_DefaultTool|IPXV_Inst::DefaultTool]], [[PXV:IPXV_Inst_LastActiveTool|IPXV_Inst::LastActiveTool]], [[PXV:IPXV_Document_ActiveTool|IPXV_Document::ActiveTool]], [[PXV:IPXV_Document_LastActiveTool|IPXV_Document::LastActiveTool]], [[PXV:IPXV_PagesView_MouseCapture|IPXV_PagesView::MouseCapture]]

Latest revision as of 09:35, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

CanActivateForDocument OnDeactivated OnFinalize OnProcessViewEvent
OnActivated

Properties

Description ID IsExclusive Name
Features IsEnabled

See Also

IPXV_Inst::GetTool, IPXV_Inst::RegisterTool, IPXV_Inst::DefaultTool, IPXV_Inst::LastActiveTool, IPXV_Document::ActiveTool, IPXV_Document::LastActiveTool, IPXV_PagesView::MouseCapture