This class implements a button control encapsulated in a .pdf document created with Publish SDK. A button control is used in a .pdf document to implement a reaction to user actions (such as different kinds of mouse clicks). The button control appearance (how a button looks in a document) is defined by a set of special properties (for example, font, color, text and so on).
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys a button 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) | |
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 whether the button has a border. The method fills a passed boolean value and returns it to a calling subroutine. If the button has a border, the method returns true, otherwise it returns false. | |
Returns the button border color. The method fills a passed ODCOLORREF value and returns it to a calling subroutine. | |
Returns the button border style. The method fills a passed value with the current style and returns it to a calling subroutine. | |
Returns the button border thickness. The method fills a passed value with the current thickness value and returns it to a calling subroutine. | |
Returns the button fill color. The method fills a passed ODCOLORREF value and returns it to a calling subroutine. | |
Returns the current parameters of the button font. The method fills passed values and returns them to a calling subroutine. | |
Returns the button font size. The method fills a passed value and returns it to a calling subroutine. | |
Returns the current button highlighting mode. The method fills a passed value and returns it to a calling subroutine. | |
Returns the button icon image. The method fills a passed OdImage object and returns it to a calling subroutine. | |
Returns the button label text. The method fills a passed string object with the label text and returns this string to a calling subroutine. | |
Returns the current button label position. The method fills a passed value and returns it to a calling subroutine. | |
Returns whether the button is locked. The method fills a passed boolean value and returns it to a calling subroutine. If the button is locked, the method returns true, otherwise it returns false. | |
Returns the button name. The method fills a passed string object with the name value and returns this string to a calling subroutine. | |
Returns the current flag value that defines whether the button should be printed. The method fills a passed boolean value and returns it to a calling subroutine. If the button should be printed, the method returns true, otherwise it returns false. | |
Returns the button text color. The method fills a passed ODCOLORREF value and returns it to a calling subroutine. | |
Returns the current button text rotation. The method fills a passed value with the current rotation and returns it to a calling subroutine. | |
Returns the button tooltip text. The method fills a passed string object and returns it to a calling subroutine. | |
Returns the current button visibility state. The method fills a passed boolean value and returns it to a calling subroutine. If the button is visible, the method returns true, otherwise it returns false. | |
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) | |
Shows or hides a border around the button. | |
Sets the button border color. | |
Sets the button border style. | |
Sets the button border thickness. | |
Sets a color that is used for filling the button. | |
This is the overview for the setFont method overload. | |
Sets the button font size. | |
Sets the button highlighting mode. | |
Sets the button icon image. | |
Sets the button label text. | |
Sets a position for the button label. | |
Locks or unlocks the button. | |
Sets the button name. | |
Sets the button behavior when a document is printed. | |
Sets the button text color. The text color is applied to the button label. | |
Sets the button text rotation. | |
Sets the button tooltip text. Tooltip text is text that appears when a user hovers the pointer over the button. | |
Sets the button visibility. | |
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.
|