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
$f
public
PdfReference|null
$f
= null
$generationNumber
public
int
$generationNumber
= 0
$i
public
PdfDictionary|null
$i
= 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