pdfcreationdatefield-人生就是博尊龙凯时



com.spire.pdf.automaticfields
class pdfcreationdatefield

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

public class pdfcreationdatefield
extends pdfsinglevaluefield

represents class to display creation date of the document.


constructor summary
pdfcreationdatefield()
          initializes a new instance of the class.
pdfcreationdatefield(pdffontbase font)
          initializes a new instance of the class.
pdfcreationdatefield(pdffontbase font, pdfbrush brush)
          initializes a new instance of the class.
pdfcreationdatefield(pdffontbase font, java.awt.geom.rectangle2d bounds)
          initializes a new instance of the class.
 
method summary
 java.lang.string getdateformatstring()
          gets the format string.
 void setdateformatstring(java.lang.string value)
          sets the format string.
 
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

pdfcreationdatefield

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

pdfcreationdatefield

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

pdfcreationdatefield

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

pdfcreationdatefield

public pdfcreationdatefield(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

getdateformatstring

public java.lang.string getdateformatstring()
gets the format string.

setdateformatstring

public void setdateformatstring(java.lang.string value)
sets the format string.


网站地图