pdflistfield-ag凯发旗舰厅



com.spire.pdf.fields
class pdflistfield

java.lang.object
  extended by com.spire.pdf.fields.pdffield
      extended by com.spire.pdf.fields.pdfstyledfield
          extended by com.spire.pdf.fields.pdfappearancefield
              extended by com.spire.pdf.fields.pdflistfield
all implemented interfaces:
ipdfwrapper
direct known subclasses:
pdfcomboboxfield, pdflistboxfield

public abstract class pdflistfield
extends pdfappearancefield

represents base class form's list fields.


constructor summary
pdflistfield()
           
pdflistfield(pdfpagebase page, java.lang.string name)
          initializes a new instance of the class.
 
method summary
 boolean getcommitonselchange()
          gets or sets the flag indicating if a new value selected is committed immediately without waiting to leave the field.
 pdflistfielditemcollection getitems()
          gets the items.
 void setcommitonselchange(boolean value)
           
 
methods inherited from class com.spire.pdf.fields.pdfstyledfield
getactions, getbackcolor, getborderstyle, getborderwidth, getbounds, getforecolor, getlocation, getsize, gettextalignment, getvisible, setbackcolor, setbordercolor, setborderstyle, setborderwidth, setbounds, setforecolor, setlocation, setsize, settextalignment, setvisible
 
methods inherited from class com.spire.pdf.fields.pdffield
getexport, getflatten, getform, getmappingname, getname, getpage, getreadonly, getrequired, gettooltip, setexport, setflatten, setreadonly, settooltip
 
constructor detail

pdflistfield

public pdflistfield(pdfpagebase page,
                    java.lang.string name)
initializes a new instance of the class.
parameters:
page - page which the field to be placed on.
name - the name of the field.

pdflistfield

public pdflistfield()
method detail

getitems

public pdflistfielditemcollection getitems()
gets the items.

getcommitonselchange

public boolean getcommitonselchange()
gets or sets the flag indicating if a new value selected is committed immediately without waiting to leave the field.

setcommitonselchange

public void setcommitonselchange(boolean value)


网站地图