pdfdestinationpagenumberfield-ag凯发旗舰厅
com.spire.pdf.automaticfields
class pdfdestinationpagenumberfield
java.lang.object
com.spire.pdf.graphics.pdfgraphicswidget
com.spire.pdf.automaticfields.pdfautomaticfield
com.spire.pdf.automaticfields.pdfdynamicfield
com.spire.pdf.automaticfields.pdfmultiplevaluefield
com.spire.pdf.automaticfields.pdfmultiplenumbervaluefield
com.spire.pdf.automaticfields.pdfpagenumberfield
com.spire.pdf.automaticfields.pdfdestinationpagenumberfield
public class pdfdestinationpagenumberfield
- extends pdfpagenumberfield
represents class which displays destination page's number.
methods inherited from class com.spire.pdf.automaticfields.pdfautomaticfield |
draw, getbounds, getbrush, getfont, getlocation, getpen, getsize, getstringformat, setbounds, setbrush, setfont, setlocation, setpen, setsize, setstringformat |
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.
getpage
public pdfnewpage getpage()
- gets the page.
setpage
public void setpage(pdfnewpage value)
- sets the page.