Package com.dynamicpdf.api
Class PushButtonInformation
java.lang.Object
com.dynamicpdf.api.PushButtonInformation
Represents information of a PushButton field.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PushButtonInformation
public PushButtonInformation() 
 - 
 - 
Method Details
- 
getName
Gets the name of a PushButton field.- Returns:
 - The name of a PushButton field.
 
 - 
setName
Sets the name of a PushButton field.- Parameters:
 value- The name of a PushButton field.
 - 
getLabel
Gets the label of a PushButton field.- Returns:
 - The label of a PushButton field.
 
 - 
setLabel
Sets the label of a PushButton field.- Parameters:
 value- The label of a PushButton field.
 
 -