public class InfoDictionaryImpl extends Object implements InfoDictionary
| Constructor and Description |
|---|
InfoDictionaryImpl(PDDocumentInformation info) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Return Author entry.
|
String |
getCreationDate()
Return Creation Date entry.
|
String |
getCreator()
Return Creator entry.
|
String |
getKeywords()
Return Keywords entry.
|
String |
getModificationDate()
Return Modification Date entry.
|
String |
getProducer()
Return Producer entry.
|
String |
getSubject()
Return Subject entry.
|
String |
getTitle()
Return Title entry.
|
boolean |
isNeedToBeUpdated() |
void |
setAuthor(String author)
Set Author entry.
|
void |
setCreationDate(String creationDate)
Set Creation Date entry.
|
void |
setCreator(String creator)
Set Creator entry.
|
void |
setKeywords(String keywords)
Set Keywords entry.
|
void |
setModificationDate(String modificationDate)
Set Modification Date entry.
|
void |
setNeedToBeUpdated(boolean needToBeUpdated) |
void |
setProducer(String producer)
Set Producer entry.
|
void |
setSubject(String subject)
Set Subject entry.
|
void |
setTitle(String title)
Set Title entry.
|
public InfoDictionaryImpl(PDDocumentInformation info)
public String getTitle()
DublinCoreTitle entry, in metadata -
title entrygetTitle in interface DublinCorepublic void setTitle(String title)
DublinCoreTitle entry, in metadata -
title entrysetTitle in interface DublinCoretitle - new Title valuepublic String getSubject()
DublinCoreSubject entry, in metadata -
description entrygetSubject in interface DublinCorepublic void setSubject(String subject)
DublinCoreSubject entry, in metadata -
description entrysetSubject in interface DublinCoresubject - new Subject valuepublic String getAuthor()
DublinCoreAuthor entry, in metadata -
creator entrygetAuthor in interface DublinCorepublic void setAuthor(String author)
DublinCoreAuthor entry, in metadata -
creator entrysetAuthor in interface DublinCoreauthor - new Author valuepublic String getProducer()
AdobePDFProducer entrygetProducer in interface AdobePDFpublic void setProducer(String producer)
AdobePDFProducer entrysetProducer in interface AdobePDFproducer - new value for producerpublic String getKeywords()
AdobePDFKeywords entrygetKeywords in interface AdobePDFpublic void setKeywords(String keywords)
AdobePDFKeywords entrysetKeywords in interface AdobePDFkeywords - new value for keywordspublic String getCreator()
XMPBasicCreator entry, in metadata -
CreatorTool entrygetCreator in interface XMPBasicpublic void setCreator(String creator)
XMPBasicCreator entry, in metadata -
CreatorTool entrysetCreator in interface XMPBasiccreator - new CreatorTool valuepublic String getCreationDate()
XMPBasicCreationDate entry, in metadata -
CreationDate entrygetCreationDate in interface XMPBasicpublic void setCreationDate(String creationDate)
XMPBasicCreationDate entry, in metadata -
CreationDate entrysetCreationDate in interface XMPBasiccreationDate - new Creation Date valuepublic String getModificationDate()
XMPBasicModDate entry, in metadata -
ModifyDate entrygetModificationDate in interface XMPBasicpublic void setModificationDate(String modificationDate)
XMPBasicModDate entry, in metadata -
ModifyDate entrysetModificationDate in interface XMPBasicmodificationDate - new Modification Date valuepublic boolean isNeedToBeUpdated()
isNeedToBeUpdated in interface InfoDictionarypublic void setNeedToBeUpdated(boolean needToBeUpdated)
setNeedToBeUpdated in interface BasicSchemaCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.