IPXV_BookmList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmList Interface}}
 
{{#customTitle:IPXV_BookmList 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_BookmList_Clear|Clear]]
 
| [[PXV:IPXV_BookmList_Clear|Clear]]
| Clears the bookmarks list.
+
| [[PXV:IPXV_BookmList_Find|Find]]
 +
| [[PXV:IPXV_BookmList_InsertFrom|InsertFrom]]
 +
| [[PXV:IPXV_BookmList_Remove2|Remove2]]
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_CopyFrom|CopyFrom]]
 
| [[PXV:IPXV_BookmList_CopyFrom|CopyFrom]]
| Copies items from given bookmarks list.
 
|-
 
| [[PXV:IPXV_BookmList_Find|Find]]
 
| Finds item in the bookmarks list.
 
|-
 
 
| [[PXV:IPXV_BookmList_Insert|Insert]]
 
| [[PXV:IPXV_BookmList_Insert|Insert]]
| Inserts item into bookmarks list.
 
|-
 
| [[PXV:IPXV_BookmList_InsertFrom|InsertFrom]]
 
| Inserts items from the given bookmarks list.
 
|-
 
 
| [[PXV:IPXV_BookmList_Remove|Remove]]
 
| [[PXV:IPXV_BookmList_Remove|Remove]]
| Removes items from the bookmarks list by index.
+
|  
|-
+
| [[PXV:IPXV_BookmList_Remove2|Remove2]]
+
| Removes the bookmark from the bookmarks list by object.
+
 
|}
 
|}
  
 
== 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_BookmList__NewEnum|_NewEnum]]
+
| style="text-align: center" | R
+
| Gets new enumerator for the bookmarks list.
+
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_Count|Count]]
 
| [[PXV:IPXV_BookmList_Count|Count]]
| style="text-align: center" | R
 
| Gets number of items in the bookmarks list.
 
|-
 
 
| [[PXV:IPXV_BookmList_Item|Item]]
 
| [[PXV:IPXV_BookmList_Item|Item]]
| style="text-align: center" | R
 
| Gets item from the bookmarks list by index.
 
|-
 
 
| [[PXV:IPXV_BookmList_Normalized|Normalized]]
 
| [[PXV:IPXV_BookmList_Normalized|Normalized]]
| style="text-align: center" | R/W
+
|  
| Gets/sets whether the bookmarks list is normalized.
+
 
|}
 
|}

Revision as of 14:10, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Clear Find InsertFrom Remove2
CopyFrom Insert Remove

Properties

Count Item Normalized