Skip to main content

ButtonField Class

A button field in an interactive PDF form.

Declaration

public class ButtonField extends FormField

Remarks

Refer to the following help topic for additional information: Work with PDF Forms (AcroForms).

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
FormField
ButtonField

ButtonField(String name)

Initializes a new instance of the ButtonField class with the specified field name.

Declaration

public ButtonField(String name)

Parameters

Name Type Description
name String

The form field name.