Picture
Overview
Picture is a class in Aspose.Cells FOSS for Java.
Represents an embedded image in a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | |
upperLeftRow | int | Read | |
upperLeftColumn | int | Read | |
lowerRightRow | int | Read | |
lowerRightColumn | int | Read | |
imageType | ImageType | Read | Image type detected from the binary data signature. |
data | byte[] | Read | |
contentType | String | Read | MIME content type derived from image data. |
Methods
| Signature | Description |
|---|---|
getName() → String | |
setName(name: String) | |
getUpperLeftRow() → int | |
setUpperLeftRow(row: int) | |
getUpperLeftColumn() → int | |
setUpperLeftColumn(col: int) | |
getLowerRightRow() → int | |
setLowerRightRow(row: int) | |
getLowerRightColumn() → int | |
setLowerRightColumn(col: int) | |
getImageType() → ImageType | Image type detected from the binary data signature. |
getData() → byte[] | |
setData(data: byte[]) | |
getContentType() → String | MIME content type derived from image data. |