public interface Image
| Modifier and Type | Interface and Description |
|---|---|
static class |
Image.ImageType
The enum Type.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
address(CellAddress cellAddress)
"Builder-Look" method, set the address and return the .
|
CellAddress |
getCellAddress()
Return the
CellAddress of an Image. |
byte[] |
getResource()
The method returns the Image resource converted into byte array.
|
Image.ImageType |
getType()
Return the
Image.ImageType of an Image. |
void |
setType(Image.ImageType type)
Set the
Image.ImageType of an Image. |
Image |
type(Image.ImageType type)
"Builder-Look" method.
|
CellAddress getCellAddress()
CellAddress of an Image.CellAddress of an Image,
or {@link CellAddress#empty()} if noneImage.ImageType getType()
Image.ImageType of an Image.Image.ImageType of an Image,
or EXA.Spreadsheets.Image.Type.JPEG if nonevoid setType(Image.ImageType type)
Image.ImageType of an Image.type - the typeImage address(CellAddress cellAddress)
Set the CellAddress.
And it returns the instance.
cellAddress - the addressImage)Image type(Image.ImageType type)
Set the Image.ImageType of an Image.
And it returns the instance.
type - the image typeImage)byte[] getResource()
throws IOException
IOException - treats the resourceCopyright © 2018. All rights reserved.