Interface PdfObjectKey

All Known Implementing Classes:
ITextObjectKey, PdfBoxObjectKey

public interface PdfObjectKey
Represents a PDF object identifier within a PDF document
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets generation of the Pdf object
    long
    Gets object's key number
    Gets the format specific object reference value
  • Method Details

    • getValue

      Object getValue()
      Gets the format specific object reference value
      Returns:
      implementation specific object reference value
    • getNumber

      long getNumber()
      Gets object's key number
      Returns:
      long value of the object's key
    • getGeneration

      int getGeneration()
      Gets generation of the Pdf object
      Returns:
      int generation number value