Uses of Class
com.lowagie.text.pdf.PdfDate
Packages that use PdfDate
-
Uses of PdfDate in com.lowagie.text
Methods in com.lowagie.text with parameters of type PdfDateModifier and TypeMethodDescriptionboolean
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 PdfDateModifier and TypeMethodDescription(package private) void
PdfDocument.PdfInfo.addModificationDate
(PdfDate date) Adds the modification date to the document.(package private) PdfDictionary
PdfStamperImp.getInfoDictionary
(PdfDictionary oldInfo, PdfDate modificationDate, String producer, Map<String, String> moreInfo) void
-
Uses of PdfDate in com.lowagie.text.pdf.collection
Methods in com.lowagie.text.pdf.collection with parameters of type PdfDate