IPXV_DocSelection Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocSelection Interface}}
 
{{#customTitle:IPXV_DocSelection 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_DocSelection_Clear|Clear]]
 
| [[PXV:IPXV_DocSelection_Clear|Clear]]
| ...
+
| [[PXV:IPXV_DocSelection_EnsureVisible|EnsureVisible]]
 +
| [[PXV:IPXV_DocSelection_OnDeactivate|OnDeactivate]]
 +
| [[PXV:IPXV_DocSelection_Redraw|Redraw]]
 
|-
 
|-
 
| [[PXV:IPXV_DocSelection_Copy|Copy]]
 
| [[PXV:IPXV_DocSelection_Copy|Copy]]
| ...
+
| [[PXV:IPXV_DocSelection_Highlight|Highlight]]
 +
| [[PXV:IPXV_DocSelection_OnRemove|OnRemove]]
 +
| [[PXV:IPXV_DocSelection_Show|Show]]
 
|-
 
|-
 
| [[PXV:IPXV_DocSelection_Cut|Cut]]
 
| [[PXV:IPXV_DocSelection_Cut|Cut]]
| ...
+
| [[PXV:IPXV_DocSelection_OnActivate|OnActivate]]
 +
| [[PXV:IPXV_DocSelection_Paste|Paste]]
 +
| [[PXV:IPXV_DocSelection_StopHighlighting|StopHighlighting]]
 
|-
 
|-
 
| [[PXV:IPXV_DocSelection_Delete|Delete]]
 
| [[PXV:IPXV_DocSelection_Delete|Delete]]
| ...
 
|-
 
| [[PXV:IPXV_DocSelection_EnsureVisible|EnsureVisible]]
 
| ...
 
|-
 
| [[PXV:IPXV_DocSelection_Highlight|Highlight]]
 
| ...
 
|-
 
| [[PXV:IPXV_DocSelection_OnActivate|OnActivate]]
 
| ...
 
|-
 
 
| [[PXV:IPXV_DocSelection_OnAdd|OnAdd]]
 
| [[PXV:IPXV_DocSelection_OnAdd|OnAdd]]
| ...
+
|  
|-
+
|  
| [[PXV:IPXV_DocSelection_OnDeactivate|OnDeactivate]]
+
| ...
+
|-
+
| [[PXV:IPXV_DocSelection_OnRemove|OnRemove]]
+
| ...
+
|-
+
| [[PXV:IPXV_DocSelection_Paste|Paste]]
+
| ...
+
|-
+
| [[PXV:IPXV_DocSelection_Redraw|Redraw]]
+
| ...
+
|-
+
| [[PXV:IPXV_DocSelection_Show|Show]]
+
| ...
+
|-
+
| [[PXV:IPXV_DocSelection_StopHighlighting|StopHighlighting]]
+
| ...
+
 
|}
 
|}
  
 
== 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_DocSelection_CanCopy|CanCopy]]
 
| [[PXV:IPXV_DocSelection_CanCopy|CanCopy]]
| style="text-align: center" | R
+
| [[PXV:IPXV_DocSelection_CanPaste|CanPaste]]
| .
+
| [[PXV:IPXV_DocSelection_Flags|Flags]]
 +
| [[PXV:IPXV_DocSelection_IsEmpty|IsEmpty]]
 
|-
 
|-
 
| [[PXV:IPXV_DocSelection_CanCut|CanCut]]
 
| [[PXV:IPXV_DocSelection_CanCut|CanCut]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXV_DocSelection_CanDelete|CanDelete]]
 
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXV_DocSelection_CanPaste|CanPaste]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_DocSelection_ClusterID|ClusterID]]
 
| [[PXV:IPXV_DocSelection_ClusterID|ClusterID]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXV_DocSelection_Flags|Flags]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_DocSelection_ID|ID]]
 
| [[PXV:IPXV_DocSelection_ID|ID]]
| style="text-align: center" | R
+
| [[PXV:IPXV_DocSelection_IsVisible|IsVisible]]
| .
+
 
|-
 
|-
| [[PXV:IPXV_DocSelection_IsEmpty|IsEmpty]]
+
| [[PXV:IPXV_DocSelection_CanDelete|CanDelete]]
| style="text-align: center" | R
+
|  
| .
+
|  
|-
+
|  
| [[PXV:IPXV_DocSelection_IsVisible|IsVisible]]
+
| style="text-align: center" | R
+
| .
+
 
|}
 
|}

Revision as of 16:08, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Clear EnsureVisible OnDeactivate Redraw
Copy Highlight OnRemove Show
Cut OnActivate Paste StopHighlighting
Delete OnAdd

Properties

CanCopy CanPaste Flags IsEmpty
CanCut ClusterID ID IsVisible
CanDelete