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

NameTypeAccessDescription
nameStringRead得到了这个名字.
upperLeftRowintRead得到左上排.
upperLeftColumnintRead得到左上列.
lowerRightRowintRead得到右下排.
lowerRightColumnintRead得到右下列.
imageTypeImageTypeRead图像类型从二进制数据签名中检测到.
databyte[]Read得到数据.
contentTypeStringRead图像数据中衍生的MIME内容类型.

Methods

SignatureDescription
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内容类型.

See Also

 中文