op.bookmarks.move
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:op.bookmarks.move}} | {{#customTitle:op.bookmarks.move}} | ||
{{#parentPage:PXV:Operations|op.bookmarks.move|operation}} | {{#parentPage:PXV:Operations|op.bookmarks.move|operation}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows to move or copy bookmarks from the document to the new bookmark parent. |
− | + | ||
== Parameters == | == Parameters == | ||
{| class="wikitable operation" | {| class="wikitable operation" | ||
Line 16: | Line 14: | ||
| class="op_param_name" | Input | | class="op_param_name" | Input | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
− | | Array of <code>IUnknown</code>-based objects. | + | | Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Bookmark|IPXC_Bookmark]] objects that need to be moved or the [[PXV:IPXC_Document|IPXC_Document]] object when all of the bookmarks must be moved from it. Note that all of the bookmarks must belong to one document. |
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output | ||
| style="text-align:center;" | Array | | style="text-align:center;" | Array | ||
− | | Array of <code>IUnknown</code>-based objects. | + | | Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Document|IPXC_Document]] from which the bookmarks were moved. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_bookmarks_move_Options|Options]] | | class="op_param_name" | [[PXV:op_bookmarks_move_Options|Options]] |
Revision as of 04:48, 27 May 2015
Overview
The operation allows to move or copy bookmarks from the document to the new bookmark parent.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects containing the IPXC_Bookmark objects that need to be moved or the IPXC_Document object when all of the bookmarks must be moved from it. Note that all of the bookmarks must belong to one document.
|
Output | Array | Array of IUnknown -based objects containing the IPXC_Document from which the bookmarks were moved.
|
Options | Dictionary | Dictionary with options of the operation. |