ENVELOPE_10
ENVELOPE_10
Page size constants
Abstract Page class
setWidth(mixed  $width) : \Pop\Pdf\Document\Page
                Set the page width
| mixed | $width | 
setHeight(mixed  $height) : \Pop\Pdf\Document\Page
                Set the page height
| mixed | $height | 
setIndex(integer  $i) : \Pop\Pdf\Document\Page
                Set the page index
| integer | $i | 
__construct(mixed $size, mixed $height = null, integer $i = null) : \Pop\Pdf\Document\AbstractPage
Constructor
Instantiate a PDF page.
| mixed | $size | |
| mixed | $height | |
| integer | $i | 
addImage(\Pop\Pdf\Document\Page\Image $image, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add an image to the PDF page
| \Pop\Pdf\Document\Page\Image | $image | |
| integer | $x | |
| integer | $y | 
addText(\Pop\Pdf\Document\Page\Text $text, string $font, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add text to the PDF page
| \Pop\Pdf\Document\Page\Text | $text | |
| string | $font | |
| integer | $x | |
| integer | $y | 
addAnnotation(\Pop\Pdf\Document\Page\Annotation\AbstractAnnotation $annotation, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add an annotation to the PDF page
| \Pop\Pdf\Document\Page\Annotation\AbstractAnnotation | $annotation | |
| integer | $x | |
| integer | $y | 
addUrl(\Pop\Pdf\Document\Page\Annotation\Url $url, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add a URL annotation to the PDF page
| \Pop\Pdf\Document\Page\Annotation\Url | $url | |
| integer | $x | |
| integer | $y | 
addLink(\Pop\Pdf\Document\Page\Annotation\Link $link, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add a link annotation to the PDF page
| \Pop\Pdf\Document\Page\Annotation\Link | $link | |
| integer | $x | |
| integer | $y | 
addPath(\Pop\Pdf\Document\Page\Path  $path) : \Pop\Pdf\Document\Page
                Add a path to the Pdf page
| \Pop\Pdf\Document\Page\Path | $path | 
addField(\Pop\Pdf\Document\Page\Field\AbstractField $field, string $form, integer $x, integer $y) : \Pop\Pdf\Document\Page
Add a form to the Pdf page
| \Pop\Pdf\Document\Page\Field\AbstractField | $field | |
| string | $form | |
| integer | $x | |
| integer | $y |