IPXC_Bookmark Interface

From PDF XChange PDF SDK
Jump to: navigation, search
Line 69: Line 69:
 
| [[PXV:IPXC_Bookmark_Next|Next]]
 
| [[PXV:IPXC_Bookmark_Next|Next]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets bookmark's next (right) sibling.
 
|-
 
|-
 
| [[PXV:IPXC_Bookmark_Opened|Opened]]
 
| [[PXV:IPXC_Bookmark_Opened|Opened]]
 
| style="text-align: center" | R/W
 
| style="text-align: center" | R/W
| .
+
| Gets/sets bookmark's open state.
 
|-
 
|-
 
| [[PXV:IPXC_Bookmark_Parent|Parent]]
 
| [[PXV:IPXC_Bookmark_Parent|Parent]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets bookmark's parent bookmark.
 
|-
 
|-
 
| [[PXV:IPXC_Bookmark_PDFObject|PDFObject]]
 
| [[PXV:IPXC_Bookmark_PDFObject|PDFObject]]
Line 85: Line 85:
 
| [[PXV:IPXC_Bookmark_Previous|Previous]]
 
| [[PXV:IPXC_Bookmark_Previous|Previous]]
 
| style="text-align: center" | R
 
| style="text-align: center" | R
| .
+
| Gets bookmark's previous (left) sibling.
 
|-
 
|-
 
| [[PXV:IPXC_Bookmark_Style|Style]]
 
| [[PXV:IPXC_Bookmark_Style|Style]]
 
| style="text-align: center" | R/W
 
| style="text-align: center" | R/W
| .
+
| Gets/sets bookmark's [[PXV:PXC_BookmarkStyle|style]].
 
|-
 
|-
 
| [[PXV:IPXC_Bookmark_Title|Title]]
 
| [[PXV:IPXC_Bookmark_Title|Title]]
 
| style="text-align: center" | R/W
 
| style="text-align: center" | R/W
| .
+
| Gets/sets bookmark's title.
 
|}
 
|}

Revision as of 00:31, 15 April 2015

The interface of object of PDF-XChange Editor SDK.

Methods

Method Description
AddChild ...
AddNewChild ...
AddNewSibling ...
AddSibling ...
Clone ...
IsEqual ...
Unlink ...

Properties

Property Access Type Description
Actions R/W Gets/sets actions list of the bookmark.
ChildrenCount R Gets number of bookmarks in a sub-tree.
Color R/W Gets/sets color of the bookmark.
Document R Gets document that bookmark belongs to.
FirstChild R Gets first element in the sub-tree of the bookmark.
Indent R Gets the indentation level of the bookmark in its containing tree.
LastChild R Gets last element in the sub-tree of the bookmark.
Next R Gets bookmark's next (right) sibling.
Opened R/W Gets/sets bookmark's open state.
Parent R Gets bookmark's parent bookmark.
PDFObject R .
Previous R Gets bookmark's previous (left) sibling.
Style R/W Gets/sets bookmark's style.
Title R/W Gets/sets bookmark's title.