Package de.xima.fc.pdf.form
Interface IPdfAcroField.Button
- All Superinterfaces:
 IPdfAcroField
- Enclosing interface:
 - IPdfAcroField
 
An AcroForm button that can be pressed.
- Since:
 - 7.2.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface de.xima.fc.pdf.form.IPdfAcroField
IPdfAcroField.Button, IPdfAcroField.Checkable, IPdfAcroField.CheckBox, IPdfAcroField.Choice, IPdfAcroField.ComboBox, IPdfAcroField.ListBox, IPdfAcroField.RadioButton, IPdfAcroField.Signature, IPdfAcroField.Text - 
Method Summary
Methods inherited from interface de.xima.fc.pdf.form.IPdfAcroField
getFullyQualifiedName, getHeight, getSimpleName, getTitle, getWidth, getX, getY, getZeroBasedPageIndex, isHidden, isReadOnly, isRequired 
- 
Method Details
- 
getButtonText
String getButtonText()- Returns:
 - The text of the button.
 
 - 
getType
- Specified by:
 getTypein interfaceIPdfAcroField- Returns:
 - The type of AcroForm field.
 
 
 -