Uses of Class
com.lowagie.text.pdf.PdfDate
-
Packages that use PdfDate Package Description com.lowagie.text com.lowagie.text.pdf com.lowagie.text.pdf.collection -
-
Uses of PdfDate in com.lowagie.text
Methods in com.lowagie.text with parameters of type PdfDate Modifier and Type Method Description boolean
Document. addCreationDate(PdfDate date)
Adds the current date and time to a Document.boolean
Document. addModificationDate(PdfDate date)
Adds the current date and time to a Document. -
Uses of PdfDate in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type PdfDate Modifier and Type Method Description (package private) void
PdfDocument.PdfInfo. addModificationDate(PdfDate date)
Adds the modification date to the document.(package private) PdfDictionary
PdfStamperImp. getInfoDictionary(PdfDictionary oldInfo, PdfDate modificationDate, java.lang.String producer, java.util.Map<java.lang.String,java.lang.String> moreInfo)
void
PdfSignature. setDate(PdfDate date)
-
Uses of PdfDate in com.lowagie.text.pdf.collection
Methods in com.lowagie.text.pdf.collection with parameters of type PdfDate Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.String key, PdfDate d)
Sets the value of the collection item.
-