Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.signature |
Modifier and Type | Method and Description |
---|---|
DateTime |
PDFAttachment.getCreationDateTime()
Get the created
DateTime object of an attachment. |
DateTime |
PDFMetadata.getDateTime(java.lang.String key)
Get a date and time value from meta-data.
|
DateTime |
PDFAttachment.getModifiedDateTime()
Get the last modified
DateTime object of the PDFAttachment . |
Modifier and Type | Method and Description |
---|---|
void |
PDFAttachment.setCreationDateTime(DateTime date)
Set the creation date of the
PDFAttachment
object. |
void |
PDFMetadata.setDateTime(java.lang.String key,
DateTime date)
Set a date value to a field indicated by the parameter key in meta-data.
|
void |
PDFAttachment.setModifiedDateTime(DateTime date)
Set the modification date of the
PDFAttachment . |
Modifier and Type | Method and Description |
---|---|
DateTime |
Markup.getCreationDateTime()
Get creation time of current markup annotation.
|
DateTime |
Annot.getModifiedDateTime()
Get modification time of current PDF annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
Markup.setCreationDateTime(DateTime dateTime)
Set creation time of current markup annotation.
|
void |
Annot.setModifiedDateTime(DateTime dateTime)
Set modification time of current PDF annotation.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
Signature.getCreationDateTime()
Get creation date and time of current signature.
|
Modifier and Type | Method and Description |
---|---|
void |
Signature.setCreationDateTime(DateTime tm)
Set the creation date and time of a signature.
|