IPXC_Bookmark Interface
From PDF XChange PDF SDK
Line 49: | Line 49: | ||
| [[PXV:IPXC_Bookmark_Color|Color]] | | [[PXV:IPXC_Bookmark_Color|Color]] | ||
| style="text-align: center" | R/W | | style="text-align: center" | R/W | ||
− | | Gets/sets color of the bookmark. | + | | Gets/sets [[PXV:IColor|color]] of the bookmark. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_Document|Document]] | | [[PXV:IPXC_Bookmark_Document|Document]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | . | + | | Gets [[PXV:IPXC_Document|document]] that bookmark belongs to. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_FirstChild|FirstChild]] | | [[PXV:IPXC_Bookmark_FirstChild|FirstChild]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | . | + | | Gets first element in the sub-tree of the bookmark. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_Indent|Indent]] | | [[PXV:IPXC_Bookmark_Indent|Indent]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | . | + | | Gets the indentation level of the bookmark in its containing tree. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_LastChild|LastChild]] | | [[PXV:IPXC_Bookmark_LastChild|LastChild]] | ||
| style="text-align: center" | R | | style="text-align: center" | R | ||
− | | . | + | | Gets last element in the sub-tree of the bookmark. |
|- | |- | ||
| [[PXV:IPXC_Bookmark_Next|Next]] | | [[PXV:IPXC_Bookmark_Next|Next]] |
Revision as of 23:24, 14 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 | . |
Opened | R/W | . |
Parent | R | . |
PDFObject | R | . |
Previous | R | . |
Style | R/W | . |
Title | R/W | . |