Package org.verapdf.model.coslayer
Interface CosInfo
Information dictionary
-
Method Summary
Modifier and TypeMethodDescriptionvalue of Author entry without trailing zerovalue of CreationDate entryvalue of Creator entry without trailing zerotrue, if CreationDate entry and XMP Create Date have equivalent valuestrue, if ModDate entry and XMP Modify Date have equivalent valuesvalue of Keywords entry without trailing zerovalue of ModDate entryvalue of Producer entry without trailing zerovalue of Subject entry without trailing zerogetTitle()value of Title entry without trailing zerostring representation of XMP Create Datecomma separated list of XMP Creator arraysize of XMP Creator arrayvalue of XMP Creator Toolvalue of XMP Descriptionvalue of XMP Keywordsstring representation of XMP Modify Datevalue of XMP Producervalue of XMP TitleMethods inherited from interface org.verapdf.model.coslayer.CosDict
getkeysString, getsizeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
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 -
getXMPCreatorSize
Long getXMPCreatorSize()size 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
-