DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfChoiceField

java.lang.Object
  |
  +--com.cete.dynamicpdf.merger.forms.PdfFormField
        |
        +--com.cete.dynamicpdf.merger.forms.PdfChoiceField

public class PdfChoiceField
extends PdfFormField

Represents a choice field in a PDF document.


Method Summary
 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, getChildFields, getFlags, getForm, getFullName, getHeight, getName, getOriginalPageNumber, getParent, getWidth, getX, getY, hasChildFields, positionPageElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValues

public java.lang.String[] getValues()
Gets the values of the choice field.

Returns:
An array of strings containing the value.

getValue

public java.lang.String getValue()
Gets the value of the choice fields.

Overrides:
getValue in class PdfFormField
Returns:
A string containing the value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software