phpdftk API Documentation

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

$generationNumber

public int $generationNumber = 0

Methods

toIndirectObject()

Wrap the object in an indirect object structure: X Y obj ... endobj

public toIndirectObject() : string
Return values
string

toPdf()

Serialize the object's dictionary/value to PDF syntax.

public toPdf() : string
Return values
string

        
On this page

Search results