phpdftk API Documentation

Bead extends PdfObject
in package

Article bead dictionary (ISO 32000-2 Table 161).

Represents a single bead in an article thread, linking to a specific region on a page and chaining to adjacent beads.

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

Table of Contents

Constants

PDF_TYPE  = 'Bead'

Properties

$generationNumber  : int
$n  : PdfReference|null
$objectNumber  : int
$p  : PdfReference|null
$r  : PdfArray|null
$t  : PdfReference|null
$v  : PdfReference|null

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 = 'Bead'

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