pdfstaticfield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfstaticfield

java.lang.object
  extended by com.spire.pdf.graphics.pdfgraphicswidget
      extended by com.spire.pdf.automaticfields.pdfautomaticfield
          extended by com.spire.pdf.automaticfields.pdfstaticfield
direct known subclasses:
pdfdatetimefield

public abstract class pdfstaticfield
extends pdfautomaticfield

represents automatic field which value can be evaluated in the moment of creation.


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

pdfstaticfield

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

pdfstaticfield

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

pdfstaticfield

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

pdfstaticfield

public pdfstaticfield(pdffontbase font,
                      java.awt.geom.rectangle2d bounds)


网站地图