This class implements functionality for work with a sticky note in a PDF document created with Publish SDK. A sticky note allows specification of an icon on the page that, when is clicked, displays a popup window with text information.
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) | |
Destroys the sticky note object. |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
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 current color of the sticky note object. The method fills a passed ODCOLORREF value with the sticky note object's color and returns it to a calling subroutine. | |
Returns the content displayed in the popup window for the sticky note object. The method fills a passed ![]() | |
Returns the creation date and time of the sticky note object. The method fills a passed ![]() | |
Returns the description of the sticky note object. The method fills a passed ![]() | |
Returns the current value of the lock flag for the sticky note. The lock flag determines whether a user can not edit the content of the sticky note object (equals true); otherwise, a user can edit the sticky note object content (equals false). | |
Returns the current value of the marked state for the sticky object. The method fills the passed value of the StickyNoteMarkedStates enumeration with the current value of the marked state and returns it to a calling subroutine. | |
Returns the icon opacity for the sticky note object. The method fills a passed unsigned 8-bit integer value with the opacity value and returns it to a calling subroutine. | |
Returns the current value of the popup window flag for the sticky note object. The popup window flag determines whether a reader application displays the sticky note object when opens the PDF document (equals true). Otherwise, the reader application doesn't display the sticky note (equals false). | |
Returns the location of the popup window that displays the sticky note object's content. The method fills the content of the passed ![]() | |
Retrieves the review status for the sticky note object. The method fills a passed value of the StickyNoteReviewStates enumeration with the current value of the review status and returns it to a calling subroutine. | |
Returns the type of the sticky note object. The method fills a passed instance of the StickyNoteTypes enumeration value with the current type of the sticky note object and returns it to a calling subroutine. | |
Returns the title of the popup window for the sticky note object. 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 color of the sticky note object. | |
Sets the content displayed in the popup window for the sticky note object. | |
Sets the creation date and time of the sticky note object. | |
Sets the description of the sticky note object. | |
Sets a new value of the lock flag for the sticky note. The lock flag determines whether a user can not edit the content of the sticky note object (equals true); otherwise, a user can edit the sticky note object content (equals false). | |
Sets a new value of the marked state for the sticky object. | |
Sets the icon opacity for the sticky note object. | |
Sets a new value of the popup window flag for the sticky note object. The popup window flag determines whether a reader application displays the sticky note object when opens the PDF document (equals true). Otherwise, the reader application doesn't display the sticky note (equals false). Default value of the flag equals false. | |
Sets the location of the popup window where the sticky note object appears. | |
Sets the review status for the sticky note object. | |
Sets the type of the sticky note object. | |
Sets the title of the popup window for the sticky note object. | |
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.
|