phpdftk API Documentation

Field extends PdfObject
in package

AbstractYes

Base class for all interactive form field types.

Maps to the common entries in the Field dictionary.

Table of Contents

Properties

$aa  : PdfDictionary|null
$da  : PdfString|null
$ds  : PdfString|null
$dv  : mixed
$ff  : int
$ft  : PdfName|null
$generationNumber  : int
$kids  : array<int, PdfReference>
$objectNumber  : int
$parent  : PdfReference|null
$q  : int|null
$rv  : PdfString|null
$t  : PdfString|null
$tm  : PdfString|null
$tu  : PdfString|null
$v  : mixed

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.
buildFieldDictionary()  : PdfDictionary
Build the common field dictionary entries.

Properties

$generationNumber

public int $generationNumber = 0

$q

public int|null $q = null

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 abstract toPdf() : string
Return values
string

        
On this page

Search results