PDFFormFieldPushButton object is one of the PDF Builder objects, and is derived from PDFFormField. PDFFormFieldPushButton is used for executing certain action on the form fields.
To view the full hierarchy of the PDF Builder objects, find "pdfobject" in the Browser, right-click the object, and then select "Show Hierarchy” in the pop-up menu.
PDFFormFieldPushButton provides the following properties. In addition, it inherits the properties from its parent, PDFFormField.
PDFFormFieldPushButton property |
Datatype |
Description |
---|---|---|
PDFFormFieldTextAlignment |
Gets or sets the alignment mode of the caption. |
|
PDFFormFieldButtonLayout |
Gets or sets the layout of the caption relative to the icon. |
|
String |
Gets or sets the caption. |
|
String |
The caption to show when the button is pressed down. |
|
String |
The caption to show when the mouse has hovered over the button. |
|
Real |
Gets or sets the bold font style. |
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
PDFFormField |
Gets or sets the fit method of the icon in the button. |
|
PDFFont |
Gets or sets the font. |
|
PDFImage |
Gets or sets the icon, however, SVG-format icon is not supported. |
|
PDFImage |
Has the icon pressed down. SVG-format icon is not supported. |
|
PDFImage |
Has hovered over the icon. SVG-format icon is not supported. |
|
String |
Gets or sets the tooltip. |
PDFFormFieldPushButton event |
Occurs |
---|---|
Immediately before the Open event occurs in the window. |
|
Immediately after the Close event occurs in the window. |
PDFFormFieldPushButton provides the following functions.
PDFFormFieldPushButton function |
Datatype returned |
Description |
---|---|---|
Long |
Adds an action to be taken. |
|
String |
Returns the name assigned to the control. |
|
PDFFormFieldPushButton |
Clones the current object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Boolean |
Gets the readonly state. |
|
Boolean |
Adds an event to the end of the message queue for the control. |
|
Long |
Removes all the specified actions. |
|
Long |
Removes the action to be taken at the specified event. |
|
None |
Sets the readonly state. |
|
Integer |
Triggers a specified event in the control and executes the script for the event. |
|
Object |
Returns the type of the control. |