public class PdfAnnotation extends PdfShape
Learn more:
Modifier and Type | Method and Description |
---|---|
int |
getAnnotationType()
Gets the type of this
. |
double |
getHeight()
Gets the height of this
in points. |
PdfPage |
getPage()
Gets the parent page of this
. |
double |
getRotateAngle()
Gets the rotate angle of this
in degrees. |
double |
getWidth()
Gets the width of this
in points. |
double |
getX()
Gets the horizontal offset of this
from page left border in points. |
double |
getY()
Gets the vertical offset of this
from worksheet bottom border in points. |
public final PdfPage getPage()
PdfAnnotation
.PdfAnnotation
.public final int getAnnotationType()
PdfAnnotation
.PdfAnnotation
.public double getX()
PdfAnnotation
from page left border in points.getX
in interface ITwoDObject
getX
in class PdfShape
PdfAnnotation
from page left border in points.public double getY()
PdfAnnotation
from worksheet bottom border in points.getY
in interface ITwoDObject
getY
in class PdfShape
PdfAnnotation
from worksheet bottom border in points.public double getRotateAngle()
PdfAnnotation
in degrees.getRotateAngle
in interface IRotatableTwoDObject
getRotateAngle
in class PdfShape
PdfAnnotation
in degrees.public double getWidth()
PdfAnnotation
in points.getWidth
in interface ITwoDObject
getWidth
in class PdfShape
PdfAnnotation
in points.public double getHeight()
PdfAnnotation
in points.getHeight
in interface ITwoDObject
getHeight
in class PdfShape
PdfAnnotation
in points.