PPImage

概述

PPImage 是一个类在Java的FOSS中. 继承人: IPPImage.

代表一个图像在演示中.

本类提供了12种方法,用于在Java程序中使用PPImage对象. 有的方法包括: PPImage, getBinaryData, getContentType, getHeight, getImage, getWidth, getX, getY, initInternal, replaceImage. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: binaryData, contentType, height, image, width, x,另外一个.

属性

名称:类型Access描述情况
binaryDatabyte[]阅读没有任何其他方法.
imageIImage阅读没有任何其他方法.
contentTypeString阅读没有任何其他方法.
widthint阅读没有任何其他方法.
heightint阅读没有任何其他方法.
xint阅读永远返回#代码0#的文件.
yint阅读永远返回#代码0#的文件.

方法

Signature描述情况
PPImage()创建一个未初始化的 {@code PPImage}.
initInternal(pkg: OpcPackage, partName: String, imageData: byte[], contentType: String)内部初始化与OPC包参考.
getBinaryData()byte[]没有任何其他方法.
getImage()IImage没有任何其他方法.
getContentType()String没有任何其他方法.
getWidth()int没有任何其他方法.
getHeight()int没有任何其他方法.
getX()int永远返回#代码0#的文件.
getY()int永远返回#代码0#的文件.
replaceImage(newImageData: byte[])没有任何其他方法.
replaceImage(newImage: IImage)没有任何其他方法.
replaceImage(newImage: IPPImage)没有任何其他方法.

查看更多

 中文