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_AbstractTypeEnsures the access to the value.
Parameters
- $forceObservation : boolean
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()
abstract public SetaPDF_Core_Type_IndirectObjectInterface::getOwnerPdfDocument (
void
): SetaPDF_Core_DocumentReturns the owner document.