\Pop\Pdf\Document\Page\AnnotationAbstractAnnotation

Pdf abstract page annotation class

Summary

Methods
Properties
Constants
__construct()
setWidth()
setHeight()
setHRadius()
setVRadius()
setBorderWidth()
setDashLength()
setDashGap()
getWidth()
getHeight()
getHRadius()
getVRadius()
getBorderWidth()
getDashLength()
getDashGap()
No public properties found
No constants found
No protected methods found
$width
$height
$hRadius
$vRadius
$borderWidth
$dashLength
$dashGap
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

Methods

__construct()

__construct(integer  $width, integer  $height) : \Pop\Pdf\Document\Page\Annotation\AbstractAnnotation

Constructor

Instantiate a PDF annotation object.

Parameters

integer $width
integer $height

Returns

\Pop\Pdf\Document\Page\Annotation\AbstractAnnotation

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