pdfpagecountfield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfpagecountfield

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.pdfsinglevaluefield
                  extended by com.spire.pdf.automaticfields.pdfpagecountfield

public class pdfpagecountfield
extends pdfsinglevaluefield

represents total page count automatic field.


constructor summary
pdfpagecountfield()
          initializes a new instance of the class.
pdfpagecountfield(pdffontbase font)
          initializes a new instance of the class.
pdfpagecountfield(pdffontbase font, pdfbrush brush)
          initializes a new instance of the class.
pdfpagecountfield(pdffontbase font, java.awt.geom.rectangle2d bounds)
          initializes a new instance of the class.
 
method summary
 
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

pdfpagecountfield

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

pdfpagecountfield

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

pdfpagecountfield

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

pdfpagecountfield

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


网站地图