pdfmultiplenumbervaluefield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfmultiplenumbervaluefield

java.lang.object
  extended by com.spire.pdf.graphics.pdfgraphicswidget
      extended by com.spire.pdf.automaticfields.pdfautomaticfield
          extended by com.spire.pdf.automaticfields.pdfdynamicfield
              extended by com.spire.pdf.automaticfields.pdfmultiplevaluefield
                  extended by com.spire.pdf.automaticfields.pdfmultiplenumbervaluefield
direct known subclasses:
pdfpagenumberfield, pdfsectionnumberfield, pdfsectionpagecountfield, pdfsectionpagenumberfield

public abstract class pdfmultiplenumbervaluefield
extends pdfmultiplevaluefield

represents automatic field which has the same value within the


constructor summary
pdfmultiplenumbervaluefield()
          initializes a new instance of the class.
pdfmultiplenumbervaluefield(pdffontbase font)
          initializes a new instance of the class.
pdfmultiplenumbervaluefield(pdffontbase font, pdfbrush brush)
          initializes a new instance of the class.
pdfmultiplenumbervaluefield(pdffontbase font, java.awt.geom.rectangle2d bounds)
          initializes a new instance of the class.
 
method summary
 pdfnumberstyle getnumberstyle()
          gets the number style.
 void setnumberstyle(pdfnumberstyle value)
          sets the number style.
 
methods inherited from class com.spire.pdf.automaticfields.pdfautomaticfield
draw, getbounds, getbrush, getfont, getlocation, getpen, getsize, getstringformat, setbounds, setbrush, setfont, setlocation, setpen, setsize, setstringformat
 
methods inherited from class com.spire.pdf.graphics.pdfgraphicswidget
draw, draw
 
constructor detail

pdfmultiplenumbervaluefield

public pdfmultiplenumbervaluefield()
initializes a new instance of the class.

pdfmultiplenumbervaluefield

public pdfmultiplenumbervaluefield(pdffontbase font)
initializes a new instance of the class.
parameters:
font - the font.

pdfmultiplenumbervaluefield

public pdfmultiplenumbervaluefield(pdffontbase font,
                                   pdfbrush brush)
initializes a new instance of the class.
parameters:
font - the font.
brush - the brush.

pdfmultiplenumbervaluefield

public pdfmultiplenumbervaluefield(pdffontbase font,
                                   java.awt.geom.rectangle2d bounds)
initializes a new instance of the class.
parameters:
font - the font.
bounds - the bounds.
method detail

getnumberstyle

public pdfnumberstyle getnumberstyle()
gets the number style.

setnumberstyle

public void setnumberstyle(pdfnumberstyle value)
sets the number style.


网站地图