pdflistfield-ag凯发旗舰厅
com.spire.pdf.fields
class pdflistfield
java.lang.object
com.spire.pdf.fields.pdffield
com.spire.pdf.fields.pdfstyledfield
com.spire.pdf.fields.pdfappearancefield
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.
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 |
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()
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)