AnnotationInterface
in
Pdf page annotation interface
Tags
Table of Contents
Methods
- 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
intgetDashGap()
Get the border dash gap
public
getDashGap() : int
Return values
intgetDashLength()
Get the border dash length
public
getDashLength() : int
Return values
intgetHeight()
Get the height
public
getHeight() : int
Return values
intgetHRadius()
Get the horizontal border radius
public
getHRadius() : int
Return values
intgetVRadius()
Get the vertical border radius
public
getVRadius() : int
Return values
intgetWidth()
Get the width
public
getWidth() : int
Return values
intsetBorderWidth()
Set the border width
public
setBorderWidth(int $width) : AnnotationInterface
Parameters
- $width : int
Return values
AnnotationInterfacesetDashGap()
Set the border dash gap
public
setDashGap(int $gap) : AnnotationInterface
Parameters
- $gap : int
Return values
AnnotationInterfacesetDashLength()
Set the border dash length
public
setDashLength(int $length) : AnnotationInterface
Parameters
- $length : int
Return values
AnnotationInterfacesetHeight()
Set the height
public
setHeight(int $height) : AnnotationInterface
Parameters
- $height : int
Return values
AnnotationInterfacesetHRadius()
Set the horizontal border radius
public
setHRadius(int $radius) : AnnotationInterface
Parameters
- $radius : int
Return values
AnnotationInterfacesetVRadius()
Set the vertical border radius
public
setVRadius(int $radius) : AnnotationInterface
Parameters
- $radius : int
Return values
AnnotationInterfacesetWidth()
Set the width
public
setWidth(int $width) : AnnotationInterface
Parameters
- $width : int