public abstract class PdfXObject extends PdfShape
Learn more:
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Gets the height of this
in points. |
com.aspose.pdf.Matrix |
getMatrix() |
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. |
extractImageAppearance, getFormattedTextFragments, getFormattedTextFragmentsForSearch, getImage, getImageForSearch, getOuterForm, getText, getTextForSearch, setFoundWatermarkImage, setFoundWatermarkText, setImage, setTextgetPageNumberpublic double getHeight()
PdfXObject in points.getHeight in interface ITwoDObjectgetHeight in class PdfShapePdfXObject in points.public final com.aspose.pdf.Matrix getMatrix()
public final PdfPage getPage()
PdfXObject.PdfXObject.public double getRotateAngle()
PdfXObject in degrees.getRotateAngle in interface IRotatableTwoDObjectgetRotateAngle in class PdfShapePdfXObject in degrees.public double getWidth()
PdfXObject in points.getWidth in interface ITwoDObjectgetWidth in class PdfShapePdfXObject in points.public double getX()
PdfXObject from page left border in points.getX in interface ITwoDObjectgetX in class PdfShapePdfXObject.public double getY()
PdfXObject from page bottom border in points.getY in interface ITwoDObjectgetY in class PdfShapePdfXObject.Copyright © 2026. All rights reserved.