$index
$index : integer
PDF stream object index
Pdf stream object class
setIndex(integer $i) : \Pop\Pdf\Build\PdfObject\AbstractObject
Set the object index
integer | $i |
setData(string $data) : \Pop\Pdf\Build\PdfObject\AbstractObject
Set the object data
string | $data |
setImported(boolean $imported) : \Pop\Pdf\Build\PdfObject\AbstractObject
Set whether the object is imported
boolean | $imported |
parse(string $stream) : \Pop\Pdf\Build\PdfObject\StreamObject
Parse a stream object from a string
string | $stream |
setDefinition(string $definition) : \Pop\Pdf\Build\PdfObject\StreamObject
Set the stream object definition
string | $definition |
setStream(string $stream) : \Pop\Pdf\Build\PdfObject\StreamObject
Set the stream object stream
string | $stream |
appendStream(string $stream) : \Pop\Pdf\Build\PdfObject\StreamObject
Append to the stream the PDF stream object
string | $stream |