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
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.cos.GFCosDict
COS_DICT_TYPE, KEYS, METADATA, VALUESFields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
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 class org.verapdf.gf.model.impl.cos.GFCosDict
getkeysString, getLinkedObjects, getsizeMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Field Details
-
INFORMATION_TYPE
- See Also:
-
-
Constructor Details
-
GFCosInfo
-
-
Method Details
-
getModDate
Description copied from interface:CosInfovalue of ModDate entry- Specified by:
getModDatein interfaceCosInfo
-
getCreationDate
Description copied from interface:CosInfovalue of CreationDate entry- Specified by:
getCreationDatein interfaceCosInfo
-
getTitle
Description copied from interface:CosInfovalue of Title entry without trailing zero -
getAuthor
Description copied from interface:CosInfovalue of Author entry without trailing zero -
getSubject
Description copied from interface:CosInfovalue of Subject entry without trailing zero- Specified by:
getSubjectin interfaceCosInfo
-
getProducer
Description copied from interface:CosInfovalue of Producer entry without trailing zero- Specified by:
getProducerin interfaceCosInfo
-
getCreator
Description copied from interface:CosInfovalue of Creator entry without trailing zero- Specified by:
getCreatorin interfaceCosInfo
-
getKeywords
Description copied from interface:CosInfovalue of Keywords entry without trailing zero- Specified by:
getKeywordsin interfaceCosInfo
-
getXMPTitle
Description copied from interface:CosInfovalue of XMP Title- Specified by:
getXMPTitlein interfaceCosInfo
-
getXMPCreator
Description copied from interface:CosInfocomma separated list of XMP Creator array- Specified by:
getXMPCreatorin interfaceCosInfo
-
getXMPCreatorSize
Description copied from interface:CosInfosize of XMP Creator array- Specified by:
getXMPCreatorSizein interfaceCosInfo
-
getXMPProducer
Description copied from interface:CosInfovalue of XMP Producer- Specified by:
getXMPProducerin interfaceCosInfo
-
getXMPCreatorTool
Description copied from interface:CosInfovalue of XMP Creator Tool- Specified by:
getXMPCreatorToolin interfaceCosInfo
-
getXMPKeywords
Description copied from interface:CosInfovalue of XMP Keywords- Specified by:
getXMPKeywordsin interfaceCosInfo
-
getXMPDescription
Description copied from interface:CosInfovalue of XMP Description- Specified by:
getXMPDescriptionin interfaceCosInfo
-
getdoCreationDatesMatch
Description copied from interface:CosInfotrue, if CreationDate entry and XMP Create Date have equivalent values- Specified by:
getdoCreationDatesMatchin interfaceCosInfo
-
getdoModDatesMatch
Description copied from interface:CosInfotrue, if ModDate entry and XMP Modify Date have equivalent values- Specified by:
getdoModDatesMatchin interfaceCosInfo
-
getXMPCreateDate
Description copied from interface:CosInfostring representation of XMP Create Date- Specified by:
getXMPCreateDatein interfaceCosInfo
-
getXMPModifyDate
Description copied from interface:CosInfostring representation of XMP Modify Date- Specified by:
getXMPModifyDatein interfaceCosInfo
-