pdfdestinationpagenumberfield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfdestinationpagenumberfield

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
                      extended by com.spire.pdf.automaticfields.pdfpagenumberfield
                          extended by com.spire.pdf.automaticfields.pdfdestinationpagenumberfield

public class pdfdestinationpagenumberfield
extends pdfpagenumberfield

represents class which displays destination page's number.


constructor summary
pdfdestinationpagenumberfield()
          initializes a new instance of the class.
pdfdestinationpagenumberfield(pdffontbase font)
          initializes a new instance of the class.
pdfdestinationpagenumberfield(pdffontbase font, pdfbrush brush)
          initializes a new instance of the class.
pdfdestinationpagenumberfield(pdffontbase font, java.awt.geom.rectangle2d bounds)
          initializes a new instance of the class.
 
method summary
 pdfnewpage getpage()
          gets the page.
 void setpage(pdfnewpage value)
          sets the page.
 
methods inherited from class com.spire.pdf.automaticfields.pdfmultiplenumbervaluefield
getnumberstyle, setnumberstyle
 
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

pdfdestinationpagenumberfield

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

pdfdestinationpagenumberfield

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

pdfdestinationpagenumberfield

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

pdfdestinationpagenumberfield

public pdfdestinationpagenumberfield(pdffontbase font,
                                     java.awt.geom.rectangle2d bounds)
initializes a new instance of the class.
parameters:
font - a object that specifies the font attributes (the family name, the size, and the style of the font) to use.
bounds - specifies the location and size of the field.
method detail

getpage

public pdfnewpage getpage()
gets the page.

setpage

public void setpage(pdfnewpage value)
sets the page.


网站地图