Outline
extends PdfObject
in package
PDF Outlines dictionary (/Type /Outlines).
The root of the document outline (bookmarks) tree. Referenced from the Catalog /Outlines field.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_1
Table of Contents
Constants
- PDF_TYPE = 'Outlines'
Properties
- $count : int
- $first : PdfReference|null
- $generationNumber : int
- $last : PdfReference|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
= 'Outlines'
Properties
$count
public
int
$count
= 0
$first
public
PdfReference|null
$first
= null
$generationNumber
public
int
$generationNumber
= 0
$last
public
PdfReference|null
$last
= 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