pdfdynamicfield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfdynamicfield

java.lang.object
  extended by com.spire.pdf.graphics.pdfgraphicswidget
      extended by com.spire.pdf.automaticfields.pdfautomaticfield
          extended by com.spire.pdf.automaticfields.pdfdynamicfield
direct known subclasses:
pdfmultiplevaluefield, pdfsinglevaluefield

public abstract class pdfdynamicfield
extends pdfautomaticfield

represents automatic field which value is dynamically evaluated.


constructor summary
pdfdynamicfield()
          initializes a new instance of the class.
pdfdynamicfield(pdffontbase font)
          initializes a new instance of the class.
pdfdynamicfield(pdffontbase font, pdfbrush brush)
          initializes a new instance of the class.
pdfdynamicfield(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

pdfdynamicfield

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

pdfdynamicfield

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

pdfdynamicfield

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

pdfdynamicfield

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


网站地图