public abstract class PdfXObject extends PdfShape
Learn more:
Modifier and Type | Method and Description |
---|---|
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 page bottom border in points. |
public final PdfPage getPage()
PdfXObject
.PdfXObject
.public double getX()
PdfXObject
from page left border in points.getX
in interface ITwoDObject
getX
in class PdfShape
PdfXObject
.public double getY()
PdfXObject
from page bottom border in points.getY
in interface ITwoDObject
getY
in class PdfShape
PdfXObject
.public double getWidth()
PdfXObject
in points.getWidth
in interface ITwoDObject
getWidth
in class PdfShape
PdfXObject
in points.public double getHeight()
PdfXObject
in points.getHeight
in interface ITwoDObject
getHeight
in class PdfShape
PdfXObject
in points.public double getRotateAngle()
PdfXObject
in degrees.getRotateAngle
in interface IRotatableTwoDObject
getRotateAngle
in class PdfShape
PdfXObject
in degrees.