This class implements working with a bookmark encapsulated in a PDF document created with Publish SDK. A bookmark is a kind of link with descriptive text that makes it easy to navigate through a PDF document.
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys the bookmark object. | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Appends a new child bookmark to the current bookmark. | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the type of the bookmark object. The method fills a passed Bookmarks::BookmarkType enumeration value with the current bookmark type value and returns it to a calling subroutine. | |
Returns the descendant bookmarks of the bookmark object. This method fills the passed array with the set of descendant OdBookmark objects and returns it to a calling subroutine. | |
Returns the page the bookmark object refers to. The method fills a passed parameter with the smart pointer to an OdPage object and returns it to a calling subroutine. | |
Returns parameters of the current bookmark. This method fills the passed array of doubles with parameter values and returns it to a calling subroutine. | |
Returns the current color of the bookmark title. The method fills a passed ODCOLORREF value with the current bookmark title color and returns it to a calling subroutine. | |
Returns the font style of the bookmark title. The method fills a passed Text::FontStyle enumeration value and returns it to a calling subroutine. | |
Returns the bookmark title. The method fills a passed ![]() | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets the bookmark type. Bookmark types are declared in the Bookmarks::BookmarkType enumeration. | |
Sets descendant bookmarks for the current bookmark. | |
Sets the page the bookmark object refers to. | |
Sets parameters for the bookmark object. | |
Sets the color for the bookmark title. | |
Sets the font style for the bookmark title. | |
Sets the bookmark title. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|