Picture
Overview
Picture 是一个类在Java的FOSS中.
表示一个嵌入图像在工作表中.
本类提供了14种方法,用于在Java程序中使用图像对象. 有的方法包括: getContentType, getData, getImageType, getLowerRightColumn, getLowerRightRow, getName, getUpperLeftColumn, getUpperLeftRow, setData, setLowerRightColumn, setLowerRightRow, setName,另外两种方法. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: contentType, data, imageType, lowerRightColumn, lowerRightRow, name,另外两个.
Description
Picture 是一个类在Java的Aspose.Cells FOSS库中,它暴露了14种方法和8个属性用于编程.
核心能力包括: string; imagetype; byte[].这些操作使开发人员能够直接将图像功能集成到Java应用中.
课程还提供了 name 财产 (得到了名称), upperLeftRow 属性 (得到左上行), upperLeftColumn 属性 (得到左上列).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | 得到了这个名字. |
upperLeftRow | int | Read | 得到左上排. |
upperLeftColumn | int | Read | 得到左上列. |
lowerRightRow | int | Read | 得到右下排. |
lowerRightColumn | int | Read | 得到右下列. |
imageType | ImageType | Read | 图像类型从二进制数据签名中检测到. |
data | byte[] | Read | 得到数据. |
contentType | String | Read | 图像数据中衍生的MIME内容类型. |
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 | 图像类型从二进制数据签名中检测到. |
getData() → byte[] | 返回数据. |
setData(data: byte[]) | 设置数据值. |
getContentType() → String | 图像数据中衍生的MIME内容类型. |