Package org.verapdf.gf.model.impl.cos
Class GFCosInfo
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.cos.GFCosObject
-
- org.verapdf.gf.model.impl.cos.GFCosDict
-
- org.verapdf.gf.model.impl.cos.GFCosInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringINFORMATION_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.cos.GFCosDict
COS_DICT_TYPE, KEYS, METADATA, VALUES
-
Fields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFCosInfo(COSDictionary dictionary)
-
Method Summary
All Methods Instance Methods Concrete 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 arrayLonggetXMPCreatorSize()size 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 class org.verapdf.gf.model.impl.cos.GFCosDict
getkeysString, getLinkedObjects, getsize
-
Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValue
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
INFORMATION_TYPE
public static final String INFORMATION_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFCosInfo
public GFCosInfo(COSDictionary dictionary)
-
-
Method Detail
-
getModDate
public String getModDate()
Description copied from interface:CosInfovalue of ModDate entry- Specified by:
getModDatein interfaceCosInfo
-
getCreationDate
public String getCreationDate()
Description copied from interface:CosInfovalue of CreationDate entry- Specified by:
getCreationDatein interfaceCosInfo
-
getTitle
public String getTitle()
Description copied from interface:CosInfovalue of Title entry without trailing zero
-
getAuthor
public String getAuthor()
Description copied from interface:CosInfovalue of Author entry without trailing zero
-
getSubject
public String getSubject()
Description copied from interface:CosInfovalue of Subject entry without trailing zero- Specified by:
getSubjectin interfaceCosInfo
-
getProducer
public String getProducer()
Description copied from interface:CosInfovalue of Producer entry without trailing zero- Specified by:
getProducerin interfaceCosInfo
-
getCreator
public String getCreator()
Description copied from interface:CosInfovalue of Creator entry without trailing zero- Specified by:
getCreatorin interfaceCosInfo
-
getKeywords
public String getKeywords()
Description copied from interface:CosInfovalue of Keywords entry without trailing zero- Specified by:
getKeywordsin interfaceCosInfo
-
getXMPTitle
public String getXMPTitle()
Description copied from interface:CosInfovalue of XMP Title- Specified by:
getXMPTitlein interfaceCosInfo
-
getXMPCreator
public String getXMPCreator()
Description copied from interface:CosInfocomma separated list of XMP Creator array- Specified by:
getXMPCreatorin interfaceCosInfo
-
getXMPCreatorSize
public Long getXMPCreatorSize()
Description copied from interface:CosInfosize of XMP Creator array- Specified by:
getXMPCreatorSizein interfaceCosInfo
-
getXMPProducer
public String getXMPProducer()
Description copied from interface:CosInfovalue of XMP Producer- Specified by:
getXMPProducerin interfaceCosInfo
-
getXMPCreatorTool
public String getXMPCreatorTool()
Description copied from interface:CosInfovalue of XMP Creator Tool- Specified by:
getXMPCreatorToolin interfaceCosInfo
-
getXMPKeywords
public String getXMPKeywords()
Description copied from interface:CosInfovalue of XMP Keywords- Specified by:
getXMPKeywordsin interfaceCosInfo
-
getXMPDescription
public String getXMPDescription()
Description copied from interface:CosInfovalue of XMP Description- Specified by:
getXMPDescriptionin interfaceCosInfo
-
getdoCreationDatesMatch
public Boolean getdoCreationDatesMatch()
Description copied from interface:CosInfotrue, if CreationDate entry and XMP Create Date have equivalent values- Specified by:
getdoCreationDatesMatchin interfaceCosInfo
-
getdoModDatesMatch
public Boolean getdoModDatesMatch()
Description copied from interface:CosInfotrue, if ModDate entry and XMP Modify Date have equivalent values- Specified by:
getdoModDatesMatchin interfaceCosInfo
-
getXMPCreateDate
public String getXMPCreateDate()
Description copied from interface:CosInfostring representation of XMP Create Date- Specified by:
getXMPCreateDatein interfaceCosInfo
-
getXMPModifyDate
public String getXMPModifyDate()
Description copied from interface:CosInfostring representation of XMP Modify Date- Specified by:
getXMPModifyDatein interfaceCosInfo
-
-