IPXC_Bookmark Interface
From PDF XChange PDF SDK
Line 11: | Line 11: | ||
|- | |- | ||
| [[PXV:IPXC_Bookmark_AddChild|AddChild]] | | [[PXV:IPXC_Bookmark_AddChild|AddChild]] | ||
− | | | + | | Adds a child to the bookmark's sub-tree. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_AddNewChild|AddNewChild]] | | [[PXV:IPXC_Bookmark_AddNewChild|AddNewChild]] |
Revision as of 23:38, 14 April 2015
The interface of object of PDF-XChange Editor SDK.
Methods
Method | Description |
---|---|
AddChild | Adds a child to the bookmark's sub-tree. |
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 | Gets bookmark's object from the PDF structure. |
Previous | R | Gets bookmark's previous (left) sibling. |
Style | R/W | Gets/sets bookmark's style. |
Title | R/W | Gets/sets bookmark's title. |