Package org.verapdf.model.coslayer
Interface CosInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()value of Author entry without trailing zeroStringgetCreationDate()value of CreationDate entryStringgetCreator()value of Creator entry without trailing zeroBooleangetdoCreationDatesMatch()true, if CreationDate entry and XMP Create Date have equivalent valuesBooleangetdoModDatesMatch()true, if ModDate entry and XMP Modify Date have equivalent valuesStringgetKeywords()value of Keywords entry without trailing zeroStringgetModDate()value of ModDate entryStringgetProducer()value of Producer entry without trailing zeroStringgetSubject()value of Subject entry without trailing zeroStringgetTitle()value of Title entry without trailing zeroStringgetXMPCreateDate()string representation of XMP Create DateStringgetXMPCreator()comma separated list of XMP Creator arrayStringgetXMPCreatorTool()value of XMP Creator ToolStringgetXMPDescription()value of XMP DescriptionStringgetXMPKeywords()value of XMP KeywordsStringgetXMPModifyDate()string representation of XMP Modify DateStringgetXMPProducer()value of XMP ProducerStringgetXMPTitle()value of XMP Title-
Methods inherited from interface org.verapdf.model.coslayer.CosDict
getkeysString, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getModDate
String getModDate()
value of ModDate entry
-
getXMPModifyDate
String getXMPModifyDate()
string representation of XMP Modify Date
-
getdoModDatesMatch
Boolean getdoModDatesMatch()
true, if ModDate entry and XMP Modify Date have equivalent values
-
getCreationDate
String getCreationDate()
value of CreationDate entry
-
getXMPCreateDate
String getXMPCreateDate()
string representation of XMP Create Date
-
getdoCreationDatesMatch
Boolean getdoCreationDatesMatch()
true, if CreationDate entry and XMP Create Date have equivalent values
-
getTitle
String getTitle()
value of Title entry without trailing zero
-
getXMPTitle
String getXMPTitle()
value of XMP Title
-
getAuthor
String getAuthor()
value of Author entry without trailing zero
-
getXMPCreator
String getXMPCreator()
comma separated list of XMP Creator array
-
getSubject
String getSubject()
value of Subject entry without trailing zero
-
getXMPDescription
String getXMPDescription()
value of XMP Description
-
getProducer
String getProducer()
value of Producer entry without trailing zero
-
getXMPProducer
String getXMPProducer()
value of XMP Producer
-
getCreator
String getCreator()
value of Creator entry without trailing zero
-
getXMPCreatorTool
String getXMPCreatorTool()
value of XMP Creator Tool
-
getKeywords
String getKeywords()
value of Keywords entry without trailing zero
-
getXMPKeywords
String getXMPKeywords()
value of XMP Keywords
-
-