Uses of Class
com.itextpdf.kernel.pdf.PdfDate
-
Packages that use PdfDate Package Description com.itextpdf.kernel.pdf.annot com.itextpdf.kernel.pdf.collection com.itextpdf.signatures -
-
Uses of PdfDate in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfDate Modifier and Type Method Description PdfTrapNetworkAnnotation
PdfTrapNetworkAnnotation. setLastModified(PdfDate lastModified)
The date and time when the trap network was most recently modified. -
Uses of PdfDate in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfDate Modifier and Type Method Description void
PdfCollectionItem. addItem(java.lang.String key, PdfDate date)
Sets the date value of the collection item. -
Uses of PdfDate in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type PdfDate Modifier and Type Method Description void
PdfSignature. setDate(PdfDate date)
Sets the /M value.
-