Accessor functions for an image
| Method from jxl.Image Detail: |
public double getColumn()
Accessor for the image position |
public double getHeight()
Accessor for the image dimensions |
public double getHeight(LengthUnit unit)
Get the height of this image as rendered within Excel |
public double getHorizontalResolution(LengthUnit unit)
Gets the horizontal resolution of the image, if that information
is available. |
public byte[] getImageData()
Accessor for the image data |
public File getImageFile()
Accessor for the image file |
public int getImageHeight()
Gets the height of the image. Note that this is the height of the
underlying image, and does not take into account any size manipulations
that may have occurred when the image was added into Excel |
public int getImageWidth()
Gets the width of the image. Note that this is the width of the
underlying image, and does not take into account any size manipulations
that may have occurred when the image was added into Excel |
public double getRow()
Accessor for the image position |
public double getVerticalResolution(LengthUnit unit)
Gets the vertical resolution of the image, if that information
is available. |
public double getWidth()
Accessor for the image dimensions |
public double getWidth(LengthUnit unit)
Get the width of this image as rendered within Excel |