\Pop\Pdf\Document\Page\AnnotationUrl

Pdf page url annotation class

Summary

Methods
Properties
Constants
__construct()
setWidth()
setHeight()
setHRadius()
setVRadius()
setBorderWidth()
setDashLength()
setDashGap()
getWidth()
getHeight()
getHRadius()
getVRadius()
getBorderWidth()
getDashLength()
getDashGap()
setUrl()
getUrl()
getStream()
No public properties found
No constants found
No protected methods found
$width
$height
$hRadius
$vRadius
$borderWidth
$dashLength
$dashGap
$url
N/A
No private methods found
No private properties found
N/A

Properties

$width

$width : integer

Annotation width

Type

integer

$height

$height : integer

Annotation height

Type

integer

$hRadius

$hRadius : integer

Horizontal border radius

Type

integer

$vRadius

$vRadius : integer

Vertical border radius

Type

integer

$borderWidth

$borderWidth : integer

Border width

Type

integer

$dashLength

$dashLength : integer

Border dash length

Type

integer

$dashGap

$dashGap : integer

Border dash gap

Type

integer

$url

$url : string

External URL to link to

Type

string

Methods

__construct()

__construct(integer  $width, integer  $height, string  $url) 

Constructor

Instantiate a PDF URL annotation object.

Parameters

integer $width
integer $height
string $url

getWidth()

getWidth() : integer

Get the width

Returns

integer

getHeight()

getHeight() : integer

Get the height

Returns

integer

getHRadius()

getHRadius() : integer

Get the horizontal border radius

Returns

integer

getVRadius()

getVRadius() : integer

Get the vertical border radius

Returns

integer

getBorderWidth()

getBorderWidth() : integer

Get the border width

Returns

integer

getDashLength()

getDashLength() : integer

Get the border dash length

Returns

integer

getDashGap()

getDashGap() : integer

Get the border dash gap

Returns

integer

getUrl()

getUrl() : string

Get the URL link

Returns

string

getStream()

getStream(integer  $i, integer  $x, integer  $y) : string

Get the annotation stream

Parameters

integer $i
integer $x
integer $y

Returns

string