Bookmark Class |
Namespace: pdftron.PDF
public sealed class Bookmark : IClosable
The Bookmark type exposes the following members.
Name | Description | |
---|---|---|
AddChild(String) | Adds a new Bookmark as the new last child of this Bookmark.
| |
AddChild(Bookmark) | Adds the specified Bookmark as the new last child of this Bookmark.
| |
AddNext(String) | Adds a new Bookmark to the tree containing this Bookmark, as the
new right sibling.
| |
AddNext(Bookmark) | Adds the specified Bookmark as the new right sibling to this Bookmark,
adjusting the tree containing this Bookmark appropriately.
| |
AddPrev(String) | Adds a new Bookmark to the tree containing this Bookmark, as the
new left sibling.
| |
AddPrev(Bookmark) | Adds the specified Bookmark as the new left sibling to this Bookmark,
adjusting the tree containing this Bookmark appropriately.
| |
Close | ||
Create | Creates a new valid Bookmark with given title in the
specified document.
| |
Delete | Removes the Bookmark's subtree from the bookmark tree containing it.
| |
Equals | (Inherited from Object.) | |
Find | Gets the Bookmark specified by the given title string.
| |
GetAction | Gets the Bookmark's action.
| |
GetColor | Gets the Bookmark's RGB color value.
| |
GetFirstChild | Returns the Bookmark's first child.
| |
GetFlags | Gets the Bookmark's flags.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIndent | Gets the indentation level of the Bookmark in its containing tree.
| |
GetLastChild | Returns the Bookmark's last child.
| |
GetNext | Returns the Bookmark's next (right) sibling.
| |
GetOpenCount | Gets the number of opened bookmarks in this subtree.
| |
GetParent | Returns the Bookmark's parent Bookmark.
| |
GetPrev | Returns the Bookmark's previous (left) sibling.
| |
GetSDFObj | Returns the underlying SDF/Cos object.
| |
GetTitle | Gets the Bookmark's title string.
| |
GetTitleObj | Gets the Bookmark's title string object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasChildren | Indicates whether the Bookmark has children.
| |
IsOpen | Indicates whether the Bookmark is open.
| |
IsValid | Indicates whether the Bookmark is valid (non-null).
| |
RemoveAction | Removes the Bookmark's action.
| |
Set | Sets value to the specified Bookmark | |
SetAction | Sets the Bookmark's action.
| |
SetColor | Sets the color.
| |
SetFlags | Sets the Bookmark's flags.
| |
SetOpen | Opens or closes the Bookmark.
| |
SetTitle | Sets the Bookmark's title string.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unlink | Unlinks this Bookmark from the bookmark tree that contains it, and
adjusts the tree appropriately.
|