@Deprecated public abstract class PdfXObject extends PdfShape
Represents an XObject in a pdf document.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Deprecated.
Gets the height of this
PdfXObject in points. |
PdfPage |
getPage()
Deprecated.
Gets the parent page of this
PdfXObject . |
double |
getRotateAngle()
Deprecated.
Gets the rotate angle of this
PdfXObject in degrees. |
double |
getWidth()
Deprecated.
Gets the width of this
PdfXObject in points. |
double |
getX()
Deprecated.
Gets the horizontal offset of this
PdfXObject from page left border in points. |
double |
getY()
Deprecated.
Gets the vertical offset of this
PdfXObject from page bottom border in points. |
public final PdfPage getPage()
Gets the parent page of this PdfXObject
.
PdfXObject
.public double getX()
Gets the horizontal offset of this PdfXObject
from page left border in points.
getX
in interface ITwoDObject
getX
in class PdfShape
PdfXObject
.public double getY()
Gets the vertical offset of this PdfXObject
from page bottom border in points.
getY
in interface ITwoDObject
getY
in class PdfShape
PdfXObject
.public double getWidth()
Gets the width of this PdfXObject
in points.
getWidth
in interface ITwoDObject
getWidth
in class PdfShape
PdfXObject
in points.public double getHeight()
Gets the height of this PdfXObject
in points.
getHeight
in interface ITwoDObject
getHeight
in class PdfShape
PdfXObject
in points.public double getRotateAngle()
Gets the rotate angle of this PdfXObject
in degrees.
getRotateAngle
in interface IRotatableTwoDObject
getRotateAngle
in class PdfShape
PdfXObject
in degrees.Copyright © 2020. All rights reserved.