pdfcheckfieldbase-ag凯发旗舰厅



com.spire.pdf.fields
class pdfcheckfieldbase

java.lang.object
  extended by com.spire.pdf.fields.pdffield
      extended by com.spire.pdf.fields.pdfstyledfield
          extended by 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.


constructor summary
pdfcheckfieldbase()
           
pdfcheckfieldbase(pdfpagebase page, java.lang.string name)
          initializes a new instance of the class.
 
method summary
 pdfcheckboxstyle getstyle()
          gets or sets the style.
 void setstyle(pdfcheckboxstyle 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

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()
method detail

getstyle

public pdfcheckboxstyle getstyle()
gets or sets the style.

setstyle

public void setstyle(pdfcheckboxstyle value)


网站地图