IPXV_AnnotsList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AnnotsList Interface}}
 
{{#customTitle:IPXV_AnnotsList Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_AnnotsList|interface}}
 +
  
 
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_AnnotsList_Clear|Clear]]
 
| [[PXV:IPXV_AnnotsList_Clear|Clear]]
| ...
+
| [[PXV:IPXV_AnnotsList_Find|Find]]
 +
| [[PXV:IPXV_AnnotsList_InsertFrom|InsertFrom]]
 +
| [[PXV:IPXV_AnnotsList_Remove2|Remove2]]
 
|-
 
|-
 
| [[PXV:IPXV_AnnotsList_CopyFrom|CopyFrom]]
 
| [[PXV:IPXV_AnnotsList_CopyFrom|CopyFrom]]
| ...
 
|-
 
| [[PXV:IPXV_AnnotsList_Find|Find]]
 
| ...
 
|-
 
 
| [[PXV:IPXV_AnnotsList_Insert|Insert]]
 
| [[PXV:IPXV_AnnotsList_Insert|Insert]]
| ...
 
|-
 
| [[PXV:IPXV_AnnotsList_InsertFrom|InsertFrom]]
 
| ...
 
|-
 
 
| [[PXV:IPXV_AnnotsList_Remove|Remove]]
 
| [[PXV:IPXV_AnnotsList_Remove|Remove]]
| ...
+
|  
|-
+
| [[PXV:IPXV_AnnotsList_Remove2|Remove2]]
+
| ...
+
 
|}
 
|}
  
 
== 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_AnnotsList__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_AnnotsList_Count|Count]]
 
| [[PXV:IPXV_AnnotsList_Count|Count]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_AnnotsList_Item|Item]]
 
| [[PXV:IPXV_AnnotsList_Item|Item]]
| style="text-align: center" | R
+
|  
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_CreateAnnotsList|IPXV_Inst::CreateAnnotsList]], [[PXV:IPXV_Document_FireAnnotsChangedEvent|IPXV_Document::FireAnnotsChangedEvent]], [[PXV:IPXV_Document_FireAnnotsDeletedEvent|IPXV_Document::FireAnnotsDeletedEvent]], [[PXV:IPXV_Document_FireAnnotsInsertedEvent|IPXV_Document::FireAnnotsInsertedEvent]], [[PXV:IPXV_Document_InvalidateAnnots|IPXV_Document::InvalidateAnnots]], [[PXV:IPXV_AnnotSelection_Items|IPXV_AnnotSelection::Items]], [[PXV:IPXV_AnnotsEvent_Items|IPXV_AnnotsEvent::Items]]

Latest revision as of 11:51, 25 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Clear Find InsertFrom Remove2
CopyFrom Insert Remove

Properties

_NewEnum Count Item

See Also

IPXV_Inst::CreateAnnotsList, IPXV_Document::FireAnnotsChangedEvent, IPXV_Document::FireAnnotsDeletedEvent, IPXV_Document::FireAnnotsInsertedEvent, IPXV_Document::InvalidateAnnots, IPXV_AnnotSelection::Items, IPXV_AnnotsEvent::Items