Class ITextObjectKey

java.lang.Object
eu.europa.esig.dss.pdf.openpdf.ITextObjectKey
All Implemented Interfaces:
PdfObjectKey

public class ITextObjectKey extends Object implements PdfObjectKey
OpenPdf (iText) implementation of a PDF object identifier
  • Constructor Details

    • ITextObjectKey

      public ITextObjectKey(com.lowagie.text.pdf.PdfIndirectReference value)
      Default constructor
      Parameters:
      value - PdfIndirectReference
  • Method Details

    • getValue

      public com.lowagie.text.pdf.PdfIndirectReference getValue()
      Description copied from interface: PdfObjectKey
      Gets the format specific object reference value
      Specified by:
      getValue in interface PdfObjectKey
      Returns:
      implementation specific object reference value
    • getNumber

      public long getNumber()
      Description copied from interface: PdfObjectKey
      Gets object's key number
      Specified by:
      getNumber in interface PdfObjectKey
      Returns:
      long value of the object's key
    • getGeneration

      public int getGeneration()
      Description copied from interface: PdfObjectKey
      Gets generation of the Pdf object
      Specified by:
      getGeneration in interface PdfObjectKey
      Returns:
      int generation number value
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object