pdfsinglevaluefield-ag凯发旗舰厅



com.spire.pdf.automaticfields
class pdfsinglevaluefield

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
direct known subclasses:
pdfcreationdatefield, pdfdocumentauthorfield, pdfpagecountfield

public abstract class pdfsinglevaluefield
extends pdfdynamicfield

represents automatic field which has the same value in the whole document.


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

pdfsinglevaluefield

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

pdfsinglevaluefield

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

pdfsinglevaluefield

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

pdfsinglevaluefield

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


网站地图