NumberTree
extends PdfObject
in package
General-purpose integer-keyed tree node (ISO 32000-2 Table 37).
Number trees map integer keys to arbitrary values. Leaf nodes contain /Nums arrays; intermediate nodes contain /Kids and /Limits.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_2
Table of Contents
Properties
- $generationNumber : int
- $kids : PdfArray|null
- $limits : PdfArray|null
- $nums : PdfArray|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.
Properties
$generationNumber
public
int
$generationNumber
= 0
$kids
public
PdfArray|null
$kids
= null
$limits
public
PdfArray|null
$limits
= null
$nums
public
PdfArray|null
$nums
= 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