| 
 | |||||||||
| 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.PdfStaticField
com.spire.pdf.automaticfields.PdfDateTimeField
public class PdfDateTimeField
Represents date automated field.
| Constructor Summary | |
|---|---|
| PdfDateTimeField()Initializes a new instance of the class. | |
| PdfDateTimeField(PdfFontBase font)Initializes a new instance of the class. | |
| PdfDateTimeField(PdfFontBase font,
                 PdfBrush brush)Initializes a new instance of the class. | |
| PdfDateTimeField(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 PdfDateTimeField()
public PdfDateTimeField(PdfFontBase font)
font - A  object that specifies the font attributes (the family name, the size, and the style of the font) to use.
public PdfDateTimeField(PdfFontBase font,
                        PdfBrush brush)
font - A  object that specifies the font attributes (the family name, the size, and the style of the font) to use.brush - A  object that is used to fill the string.
public PdfDateTimeField(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 | ||||||||