| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.graphics.PdfGraphicsWidget
com.spire.pdf.automaticfields.PdfAutomaticField
com.spire.pdf.automaticfields.PdfDynamicField
com.spire.pdf.automaticfields.PdfSingleValueField
com.spire.pdf.automaticfields.PdfCreationDateField
public class PdfCreationDateField
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 | 
|---|
public PdfCreationDateField()
public PdfCreationDateField(PdfFontBase font)
font - The font.
public PdfCreationDateField(PdfFontBase font,
                            PdfBrush brush)
font - The font.brush - The brush.
public PdfCreationDateField(PdfFontBase font,
                            java.awt.geom.Rectangle2D bounds)
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 | 
|---|
public java.lang.String getDateFormatString()
public void setDateFormatString(java.lang.String value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||