PHP Class Pop\Pdf\Object\Page

Author: Nick Sagona, III ([email protected])
显示文件 Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$annots array PDF page annotations
$content array PDF page content objects
$curContent integer PDF page object current content object index
$fonts array PDF page fonts
$height integer PDF page object height
$index integer PDF page object index
$parent integer PDF page object parent index
$thumb integer PDF page thumb object
$width integer PDF page object width
$xobjs array PDF page xobjects

Protected Properties

Property Type Description
$data string PDF page object data
$sizes array Array of page sizes

Public Methods

Method Description
__construct ( string $str = null, string $sz = null, string $w = null, string $h = null, string $i = null ) : Page Constructor
__toString ( ) : string Method to print the parent object.

Method Details

__construct() public method

Instantiate a PDF page object.
public __construct ( string $str = null, string $sz = null, string $w = null, string $h = null, string $i = null ) : Page
$str string
$sz string
$w string
$h string
$i string
return Page

__toString() public method

Method to print the parent object.
public __toString ( ) : string
return string

Property Details

$annots public_oe property

PDF page annotations
public array $annots
return array

$content public_oe property

PDF page content objects
public array $content
return array

$curContent public_oe property

PDF page object current content object index
public int $curContent
return integer

$data protected_oe property

PDF page object data
protected string $data
return string

$fonts public_oe property

PDF page fonts
public array $fonts
return array

$height public_oe property

PDF page object height
public int $height
return integer

$index public_oe property

PDF page object index
public int $index
return integer

$parent public_oe property

PDF page object parent index
public int $parent
return integer

$sizes protected_oe property

Array of page sizes
protected array $sizes
return array

$thumb public_oe property

PDF page thumb object
public int $thumb
return integer

$width public_oe property

PDF page object width
public int $width
return integer

$xobjs public_oe property

PDF page xobjects
public array $xobjs
return array