Navigator
extends PdfObject
in package
Navigator (/Type /Navigator) — ISO 32000-2 §13.2.7.
Scripted presentation sequence that drives transitions between pages or slides during multimedia playback.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_5
Table of Contents
Constants
- PDF_TYPE = 'Navigator'
Properties
- $du : PdfDictionary|null
- $generationNumber : int
- $na : PdfDictionary|null
- $nr : PdfString|null
- $objectNumber : int
Methods
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= 'Navigator'
Properties
$du
public
PdfDictionary|null
$du
= null
$generationNumber
public
int
$generationNumber
= 0
$na
public
PdfDictionary|null
$na
= null
$nr
public
PdfString|null
$nr
= null
$objectNumber
public
int
$objectNumber
= 0
Methods
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string