phpdftk API Documentation

Thread extends PdfObject
in package

Article thread dictionary (ISO 32000-2 Table 160).

Represents an article thread, linking together a sequence of beads that form a logical reading order within the document.

Attributes
#[RequiresPdfVersion]
\Phpdftk\Pdf\Core\PdfVersion::V1_1

Table of Contents

Constants

PDF_TYPE  = 'Thread'

Properties

$f  : PdfReference|null
$generationNumber  : int
$i  : PdfDictionary|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 = 'Thread'

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