Uses of Class
org.openpdf.text.pdf.PdfDate
Packages that use PdfDate
-
Uses of PdfDate in org.openpdf.text
Methods in org.openpdf.text with parameters of type PdfDateModifier and TypeMethodDescriptionbooleanDocument.addCreationDate(PdfDate date) Adds the current date and time to a Document.booleanDocument.addModificationDate(PdfDate date) Adds the current date and time to a Document. -
Uses of PdfDate in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf with parameters of type PdfDateModifier and TypeMethodDescription(package private) voidPdfDocument.PdfInfo.addModificationDate(PdfDate date) Adds the modification date to the document.(package private) PdfDictionaryPdfStamperImp.getInfoDictionary(PdfDictionary oldInfo, PdfDate modificationDate, String producer, Map<String, String> moreInfo) void -
Uses of PdfDate in org.openpdf.text.pdf.collection
Methods in org.openpdf.text.pdf.collection with parameters of type PdfDate