com.crionics.jpdf.forms
Class CheckBoxField

java.lang.Object
  extended by PdfObjectContainer
      extended by com.crionics.jpdf.forms.AbstractField
          extended by com.crionics.jpdf.forms.AbstractButtonField
              extended by com.crionics.jpdf.forms.CheckBoxField

public class CheckBoxField
extends AbstractButtonField

Check Box Field implementation


Method Summary
static CheckBoxField createInstance(PdfDocument doc, java.lang.String name, int pageIndex, java.awt.Rectangle rect)
           
 
Methods inherited from class com.crionics.jpdf.forms.AbstractButtonField
getAvailableValues, getDefaultValue, getValue, getValueAsBoolean, isLinked, setDefaultValue, setTextFont, setValue, setValue
 
Methods inherited from class com.crionics.jpdf.forms.AbstractField
getAssociatedPageIndex, getBorderColor, getBorderStyle, getBorderWidth, getFillColor, getName, getOrientation, getPosition, getTextColor, getTextFont, getTextSize, getToolTip, isHidden, isPrintable, isReadOnly, setBorderColor, setBorderStyle, setBorderWidth, setFillColor, setHidden, setOrientation, setPosition, setPrintable, setReadOnly, setTextColor, setTextFont, setTextSize, setToolTip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static CheckBoxField createInstance(PdfDocument doc,
                                           java.lang.String name,
                                           int pageIndex,
                                           java.awt.Rectangle rect)
                                    throws PdfException,
                                           java.io.IOException
Throws:
PdfException
java.io.IOException


Copyright © 1999-2007 Crionics. All Rights Reserved.