pdfcheckfieldbase-ag凯发旗舰厅
com.spire.pdf.fields
class pdfcheckfieldbase
java.lang.object
com.spire.pdf.fields.pdffield
com.spire.pdf.fields.pdfstyledfield
com.spire.pdf.fields.pdfcheckfieldbase
- all implemented interfaces:
- ipdfwrapper
- direct known subclasses:
- pdfcheckboxfield, pdfradiobuttonlistitem
public class pdfcheckfieldbase
- extends pdfstyledfield
represents base class for field which can be in checked and unchecked states.
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 |
pdfcheckfieldbase
public pdfcheckfieldbase(pdfpagebase page,
java.lang.string name)
- initializes a new instance of the class.
- parameters:
page
- the page where the fields should be placed.name
- the name of the check box field.
pdfcheckfieldbase
public pdfcheckfieldbase()
getstyle
public pdfcheckboxstyle getstyle()
- gets or sets the style.
setstyle
public void setstyle(pdfcheckboxstyle value)