|
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.PdfChoiceField
public class PdfChoiceField
Represents a choice 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 | |
---|---|
boolean |
getCombo()
|
boolean |
getCommitOnSelChange()
|
java.lang.String |
getDefaultValue()
Gets the default value of the choice fields. |
java.lang.String[] |
getDefaultValues()
Gets the default values of the choice field. |
boolean |
getDoNotSpellCheck()
|
boolean |
getEdit()
|
Font |
getFont()
Gets the font for the field. |
java.lang.String[] |
getItems()
Gets all the items present in the combo box or list box. |
java.lang.String[] |
getItemsExportValues()
Gets the export values for all the items available for selection in the combo box or list box. |
boolean |
getMultiSelect()
|
boolean |
getSort()
|
java.lang.String |
getValue()
Gets the value of the choice fields. |
java.lang.String[] |
getValues()
Gets the values of the choice 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, getDoNotScroll, getExportValue, getFileSelect, getFlags, getFontSize, getForm, getFullName, getHeight, getMultiline, getName, getNoExport, getNone, getNoToggleToOff, getOriginalPageNumber, getParent, getPassword, getPushbutton, getRadio, getRadiosInUnison, getReadOnly, getRequired, getRichText, getRotate, 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[] getValues()
public java.lang.String getValue()
getValue
in class PdfFormField
public java.lang.String[] getDefaultValues()
public java.lang.String getDefaultValue()
getDefaultValue
in class PdfFormField
public java.lang.String[] getItemsExportValues()
public java.lang.String[] getItems()
public boolean getCombo()
getCombo
in class PdfFormField
public boolean getEdit()
getEdit
in class PdfFormField
public boolean getSort()
getSort
in class PdfFormField
public boolean getDoNotSpellCheck()
getDoNotSpellCheck
in class PdfFormField
public boolean getCommitOnSelChange()
getCommitOnSelChange
in class PdfFormField
public boolean getMultiSelect()
getMultiSelect
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 |