Package eu.europa.esig.dss.pdf.openpdf
Class ITextObjectKey
java.lang.Object
eu.europa.esig.dss.pdf.openpdf.ITextObjectKey
- All Implemented Interfaces:
PdfObjectKey
OpenPdf (iText) implementation of a PDF object identifier
-
Constructor Summary
ConstructorsConstructorDescriptionITextObjectKey
(com.lowagie.text.pdf.PdfIndirectReference value) Default constructor -
Method Summary
-
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 interfacePdfObjectKey
- Returns:
- implementation specific object reference value
-
getNumber
public long getNumber()Description copied from interface:PdfObjectKey
Gets object's key number- Specified by:
getNumber
in interfacePdfObjectKey
- 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 interfacePdfObjectKey
- Returns:
- int generation number value
-
equals
-
hashCode
public int hashCode()
-