|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFDocument.IFormField
com.bcl.easypdf.EasyPDFDocument.IChoiceField
com.bcl.easypdf.EasyPDFDocument.IComboField
public class IComboField
IComboField is a specialized version of IChoiceField.
| Method Summary | |
|---|---|
java.lang.String |
getCustomValue()
Returns custom value. |
boolean |
getCustomValueEnabled()
Checks if custom value is enabled. |
void |
setCustomValue(java.lang.String newVal)
Sets custom value. |
| Methods inherited from class com.bcl.easypdf.EasyPDFDocument.IChoiceField |
|---|
getItemCount, getItemDisplayName, GetItemIndex, getItemSelected, getItemValue, getSelectedItem, getSelectedItemCount, getSelectedItemValue, setItemSelected |
| Methods inherited from class com.bcl.easypdf.EasyPDFDocument.IFormField |
|---|
getModified, getName, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean getCustomValueEnabled()
throws EasyPDFException
EasyPDFException
public java.lang.String getCustomValue()
throws EasyPDFException
EasyPDFException
public void setCustomValue(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||