Documentation

AnnotationInterface
in

Pdf page annotation interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.2.0

Table of Contents

getBorderWidth()  : int
Get the border width
getDashGap()  : int
Get the border dash gap
getDashLength()  : int
Get the border dash length
getHeight()  : int
Get the height
getHRadius()  : int
Get the horizontal border radius
getVRadius()  : int
Get the vertical border radius
getWidth()  : int
Get the width
setBorderWidth()  : AnnotationInterface
Set the border width
setDashGap()  : AnnotationInterface
Set the border dash gap
setDashLength()  : AnnotationInterface
Set the border dash length
setHeight()  : AnnotationInterface
Set the height
setHRadius()  : AnnotationInterface
Set the horizontal border radius
setVRadius()  : AnnotationInterface
Set the vertical border radius
setWidth()  : AnnotationInterface
Set the width

Methods

getBorderWidth()

Get the border width

public getBorderWidth() : int
Return values
int

getDashGap()

Get the border dash gap

public getDashGap() : int
Return values
int

getDashLength()

Get the border dash length

public getDashLength() : int
Return values
int

getHRadius()

Get the horizontal border radius

public getHRadius() : int
Return values
int

getVRadius()

Get the vertical border radius

public getVRadius() : int
Return values
int

Search results