Class GFCosInfo

All Implemented Interfaces:
Object, CosDict, CosInfo, CosObject

public class GFCosInfo extends GFCosDict implements CosInfo
Author:
Maxim Plushchov
  • Field Details

  • Constructor Details

  • Method Details

    • getModDate

      public String getModDate()
      Description copied from interface: CosInfo
      value of ModDate entry
      Specified by:
      getModDate in interface CosInfo
    • getCreationDate

      public String getCreationDate()
      Description copied from interface: CosInfo
      value of CreationDate entry
      Specified by:
      getCreationDate in interface CosInfo
    • getTitle

      public String getTitle()
      Description copied from interface: CosInfo
      value of Title entry without trailing zero
      Specified by:
      getTitle in interface CosInfo
    • getAuthor

      public String getAuthor()
      Description copied from interface: CosInfo
      value of Author entry without trailing zero
      Specified by:
      getAuthor in interface CosInfo
    • getSubject

      public String getSubject()
      Description copied from interface: CosInfo
      value of Subject entry without trailing zero
      Specified by:
      getSubject in interface CosInfo
    • getProducer

      public String getProducer()
      Description copied from interface: CosInfo
      value of Producer entry without trailing zero
      Specified by:
      getProducer in interface CosInfo
    • getCreator

      public String getCreator()
      Description copied from interface: CosInfo
      value of Creator entry without trailing zero
      Specified by:
      getCreator in interface CosInfo
    • getKeywords

      public String getKeywords()
      Description copied from interface: CosInfo
      value of Keywords entry without trailing zero
      Specified by:
      getKeywords in interface CosInfo
    • getXMPTitle

      public String getXMPTitle()
      Description copied from interface: CosInfo
      value of XMP Title
      Specified by:
      getXMPTitle in interface CosInfo
    • getXMPCreator

      public String getXMPCreator()
      Description copied from interface: CosInfo
      comma separated list of XMP Creator array
      Specified by:
      getXMPCreator in interface CosInfo
    • getXMPCreatorSize

      public Long getXMPCreatorSize()
      Description copied from interface: CosInfo
      size of XMP Creator array
      Specified by:
      getXMPCreatorSize in interface CosInfo
    • getXMPProducer

      public String getXMPProducer()
      Description copied from interface: CosInfo
      value of XMP Producer
      Specified by:
      getXMPProducer in interface CosInfo
    • getXMPCreatorTool

      public String getXMPCreatorTool()
      Description copied from interface: CosInfo
      value of XMP Creator Tool
      Specified by:
      getXMPCreatorTool in interface CosInfo
    • getXMPKeywords

      public String getXMPKeywords()
      Description copied from interface: CosInfo
      value of XMP Keywords
      Specified by:
      getXMPKeywords in interface CosInfo
    • getXMPDescription

      public String getXMPDescription()
      Description copied from interface: CosInfo
      value of XMP Description
      Specified by:
      getXMPDescription in interface CosInfo
    • getdoCreationDatesMatch

      public Boolean getdoCreationDatesMatch()
      Description copied from interface: CosInfo
      true, if CreationDate entry and XMP Create Date have equivalent values
      Specified by:
      getdoCreationDatesMatch in interface CosInfo
    • getdoModDatesMatch

      public Boolean getdoModDatesMatch()
      Description copied from interface: CosInfo
      true, if ModDate entry and XMP Modify Date have equivalent values
      Specified by:
      getdoModDatesMatch in interface CosInfo
    • getXMPCreateDate

      public String getXMPCreateDate()
      Description copied from interface: CosInfo
      string representation of XMP Create Date
      Specified by:
      getXMPCreateDate in interface CosInfo
    • getXMPModifyDate

      public String getXMPModifyDate()
      Description copied from interface: CosInfo
      string representation of XMP Modify Date
      Specified by:
      getXMPModifyDate in interface CosInfo