IPXV_BookmList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 11: Line 11:
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_Clear|Clear]]
 
| [[PXV:IPXV_BookmList_Clear|Clear]]
| ...
+
| Clears the bookmarks list.
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_CopyFrom|CopyFrom]]
 
| [[PXV:IPXV_BookmList_CopyFrom|CopyFrom]]
| ...
+
| Copies items from given bookmarks list.
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_Find|Find]]
 
| [[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]]
 
| [[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]]
 
| [[PXV:IPXV_BookmList_Remove2|Remove2]]
| ...
+
| Removes the bookmark from the bookmarks list by object.
 
|}
 
|}
  
Line 41: Line 41:
 
| [[PXV:IPXV_BookmList__NewEnum|_NewEnum]]
 
| [[PXV:IPXV_BookmList__NewEnum|_NewEnum]]
 
| style="text-align: center" | R
 
| 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
 
| 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
 
| style="text-align: center" | R
| .
+
| Gets item from the attachments list by index.
 
|-
 
|-
 
| [[PXV:IPXV_BookmList_Normalized|Normalized]]
 
| [[PXV:IPXV_BookmList_Normalized|Normalized]]
 
| style="text-align: center" | R/W
 
| style="text-align: center" | R/W
| .
+
| Gets/sets whether the bookmarks list is normalized.
 
|}
 
|}

Revision as of 04:47, 16 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
Clear Clears the bookmarks list.
CopyFrom Copies items from given bookmarks list.
Find Finds item in the bookmarks list.
Insert Inserts item into bookmarks list.
InsertFrom Inserts items from the given bookmarks list.
Remove Removes items from the bookmarks list by index.
Remove2 Removes the bookmark from the bookmarks list by object.

Properties

Property Access Type Description
_NewEnum R Gets new enumerator for the bookmarks list.
Count R Gets number of items in the bookmarks list.
Item R Gets item from the attachments list by index.
Normalized R/W Gets/sets whether the bookmarks list is normalized.