SetaPDF_Core_Type_IndirectObjectInterface Interface indirect objects and object references

File: /SetaPDF v2/Core/Type/IndirectObjectInterface.php

Implemented in

Summary

Methods

ensure()

abstract public SetaPDF_Core_Type_IndirectObjectInterface::ensure (
[ boolean $forceObservation = null ]
): SetaPDF_Core_Type_AbstractType

Ensures the access to the value.

Parameters
$forceObservation : boolean
 

getGen()

abstract public SetaPDF_Core_Type_IndirectObjectInterface::getGen (
void
): integer

Returns the initial generation number.

getObjectId()

abstract public SetaPDF_Core_Type_IndirectObjectInterface::getObjectId (
void
): integer

Returns the initial object id.

getObjectIdent()

Get the Object Identifier.

This identifier has nothing to do with the object numbers of a PDF document. They will be used to map an object to document related object numbers.

getOwnerPdfDocument()

Returns the owner document.