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 booleanDocument. 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 com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type PdfDate Modifier and Type Method Description voidPdfSignature. 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 voidPdfCollectionItem. addItem(String key, PdfDate d)Sets the value of the collection item.
-