Interface PdfObjectKey
- All Known Implementing Classes:
ITextObjectKey,PdfBoxObjectKey
public interface PdfObjectKey
Represents a PDF object identifier within a PDF document
-
Method Summary
Modifier and TypeMethodDescriptionintGets generation of the Pdf objectlongGets object's key numbergetValue()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
-