|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.merger.forms.PdfFormField com.cete.dynamicpdf.merger.forms.PdfButtonField
public class PdfButtonField
Represents a button field in a PDF document.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Gets the default value of the button field. |
java.lang.String |
getExportValue()
Gets the export value of the button field. |
Font |
getFont()
Gets the font for the field. |
boolean |
getNoToggleToOff()
|
boolean |
getPushbutton()
|
boolean |
getRadio()
|
boolean |
getRadiosInUnison()
|
java.lang.String |
getValue()
Gets the value of the button field. |
Methods inherited from class com.cete.dynamicpdf.merger.forms.PdfFormField |
---|
createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, getAlign, getBackgroundColor, getBorderColor, getBorderStyle, getChildFields, getComb, getCombo, getCommitOnSelChange, getDoNotScroll, getDoNotSpellCheck, getEdit, getFileSelect, getFlags, getFontSize, getForm, getFullName, getHeight, getMultiline, getMultiSelect, getName, getNoExport, getNone, getOriginalPageNumber, getParent, getPassword, getReadOnly, getRequired, getRichText, getRotate, getSort, getTextColor, getWidth, getX, getY, hasChildFields, positionPageElement, setFont, setFontSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getDefaultValue()
getDefaultValue
in class PdfFormField
public java.lang.String getValue()
getValue
in class PdfFormField
public java.lang.String getExportValue()
getExportValue
in class PdfFormField
public boolean getNoToggleToOff()
getNoToggleToOff
in class PdfFormField
public boolean getRadio()
getRadio
in class PdfFormField
public boolean getPushbutton()
getPushbutton
in class PdfFormField
public boolean getRadiosInUnison()
getRadiosInUnison
in class PdfFormField
public Font getFont()
getFont
in class PdfFormField
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |