PdfPublishRadioButton.h
This class implements a radio button control contained in a .pdf document created with Publish SDK. A radio button represent a dependent option to be selected. An option is called dependent when several options are joined into a group and only one option from the group can be selected. Then the other options become unselected.
|
Name |
Description |
|
Destroys the radio button. |
|
Name |
Description |
|
Returns the current value of the flag that determines whether the radio button has a border. If the flag value is equal to true, the radio button has a border, otherwise it does not. The method fills a passed boolean value with the radio button border flag value and returns it to a calling subroutine. | |
|
Returns the current radio button border color. The method fills a passed ODCOLORREF value with the radio button border color value and returns it to a calling subroutine. | |
|
Returns the current radio button border style. The method fills a passed value with the current radio button border style and returns it to a calling subroutine. | |
|
Returns the current radio button border thickness. The method fills a passed value with the current radio button border thickness and returns it to a calling subroutine. | |
|
Returns the current radio button default state. If the default state is equal to true, the radio button is switched on when it is displayed in a document, otherwise the radio button is switched off. The method fills a boolean object with the radio button default state value and returns it to a calling subroutine. | |
|
Returns the current export value for the radio button. The method fills a passed string object with the radio button export value and returns it to a calling subroutine. | |
|
Returns the current radio button fill color. The method fills a passed ODCOLORREF value with the radio button fill color value and returns it to a calling subroutine. | |
|
Returns current font parameters used for displaying the radio button caption. The method fills passed values and returns them to a calling subroutine. | |
|
Returns the current font size used for displaying the radio button caption. The method fills a passed integer value with the radio button caption font size and returns it to a calling subroutine. | |
|
Returns the current value of the group flag that determines whether the radio button is included in a group of radio buttons. If the flag value is equal to true, the radio button is in a group, otherwise it is a standalone radio button. The method fills a passed boolean value with the current flag value and returns it to a calling subroutine. | |
|
Returns the current value of the flag that determines whether the radio button is locked. If the flag value is equal to true, the radio button is locked and becomes disabled, otherwise it is enabled and unlocked. The method fills a passed boolean value with the radio button lock flag value and returns it to a calling subroutine. | |
|
Returns the current name of the radio button. The method fills a passed string object with the radio button name and returns it to a calling subroutine. | |
|
Returns the current value of the flag that determines whether the radio button should be printed. If the radio button should be printed, the flag value is equal to true, otherwise it is equal to false. The method fills a passed boolean value with the radio button printability flag value and returns it to a calling subroutine. | |
|
Returns the current text color used for displaying the radio button caption. The method fills a passed ODCOLORREF value with the radio button caption color and returns it to a calling subroutine. | |
|
Returns the current value of the radio text rotation. The method fills a passed value with the current text rotation value and returns it to a calling subroutine. | |
|
Returns the current tooltip text for the radio button. Tooltip text is text that appears when a user hovers the mouse pointer over the radio button. The method fills a passed string object with the radio button tooltip text and returns it to a calling subroutine. | |
|
Returns the current value of the visibility flag for the radio button. The visibility flag determines whether the radio button is visible in a document (if true) or is hidden (if false). The method fills a passed boolean value with the radio button visibility flag value and returns it to a calling subroutine. | |
|
Sets a new value for the flag that determines whether the radio button has a border. If the flag value is equal to true, the radio button has a border, otherwise it does not. | |
|
Sets the radio button border color. | |
|
Sets the radio button border style. | |
|
Sets the radio button border thickness. | |
|
Sets the radio button default state. If the default state is equal to true, the radio button is switched on when it is displayed in a document, otherwise the radio button is switched off. | |
|
Sets an export value for the radio button. | |
|
Sets the radio button fill color. | |
|
This is the overview for the setFont method overload. | |
|
Sets a font size for the radio button. | |
|
Sets a new value for the flag that determines whether the radio button is included in a group of radio buttons. If the flag value is equal to true, the radio button is in a group, otherwise it is a standalone radio button. | |
|
Sets a new value for the flag that determines whether the radio button is locked. If the flag value is equal to true, the radio button is locked and becomes disabled, otherwise it is enabled and unlocked. | |
|
Sets the radio button name. | |
|
Sets a new value for the flag that determines whether the radio button should be printed. If the radio button should be printed, the flag value is equal to true, otherwise it is equal to false. | |
|
Sets a text color for the radio button. | |
|
Sets a new value for the radio button text rotation. | |
|
Sets tooltip text for the radio button. Tooltip text is text that appears when a user hovers the mouse pointer over the radio button. | |
|
Sets a new value for the visibility flag for the radio button. The visibility flag determines whether the radio button is visible in a document (if true) or is hidden (if false). |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|