IPXV_BookmList Interface

From PDF XChange PDF SDK
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmList Interface}}
 
{{#customTitle:IPXV_BookmList Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_BookmList|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_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]]
 
| [[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.
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_CreateBookmList|IPXV_Inst::CreateBookmList]], [[PXV:IPXV_Document_FireBookmarksChangedEvent|IPXV_Document::FireBookmarksChangedEvent]], [[PXV:IPXV_Document_FireBookmarksDeletedEvent|IPXV_Document::FireBookmarksDeletedEvent]], [[PXV:IPXV_Document_FireBookmarksInsertedEvent|IPXV_Document::FireBookmarksInsertedEvent]], [[PXV:IPXV_Document_InvalidateBookmarks|IPXV_Document::InvalidateBookmarks]], [[PXV:IPXV_BookmSelection_Items|IPXV_BookmSelection::Items]], [[PXV:IPXV_BookmEvent_Items|IPXV_BookmEvent::Items]]

Latest revision as of 17:17, 26 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Clear Find InsertFrom Remove2
CopyFrom Insert Remove

Properties

_NewEnum Count Item Normalized

See Also

IPXV_Inst::CreateBookmList, IPXV_Document::FireBookmarksChangedEvent, IPXV_Document::FireBookmarksDeletedEvent, IPXV_Document::FireBookmarksInsertedEvent, IPXV_Document::InvalidateBookmarks, IPXV_BookmSelection::Items, IPXV_BookmEvent::Items