Picture

概述

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,另外两个.

描述情况

Picture 是一个类在Java的Aspose.Cells FOSS库中,它暴露了14种方法和8个属性用于编程.

核心能力包括: string; imagetype; byte[].这些操作使开发人员能够直接将图像功能集成到Java应用中.

课程还提供了 name 财产 (得到了名称), upperLeftRow 属性 (得到左上行), upperLeftColumn 属性 (得到左上列).

属性

名称:类型Access描述情况
nameString阅读获取名称。.
upperLeftRowint阅读获取左上行。.
upperLeftColumnint阅读获取左上列。.
lowerRightRowint阅读获取右下角的行。.
lowerRightColumnint阅读获取右下列。.
imageTypeImageType阅读图像类型从二进制数据签名中检测到.
databyte[]阅读获取数据。.
contentTypeString阅读图像数据中衍生的MIME内容类型.

方法

Signature描述情况
getName()String返回名称.
setName(name: String)设置 name 值。.
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内容类型.

查看更多

 中文