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
$n
public
PdfReference|null
$n
= null
$objectNumber
public
int
$objectNumber
= 0
$p
public
PdfReference|null
$p
= null
$r
public
PdfArray|null
$r
= null
$t
public
PdfReference|null
$t
= null
$v
public
PdfReference|null
$v
= null
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