PPImage
Overview
PPImage є клас в Aspose.Slides FOSS для Java. Наследники від: IPPImage.
Представляє зображення в презентації.
Цей клас надає 12 методів роботи з об’єктами PPImage в програмах Java. Доступні методи включають: PPImage, getBinaryData, getContentType, getHeight, getImage, getWidth, getX, getY, initInternal, replaceImage. Всі публічні члени доступні будь-якій додаткові Java після встановлення FOSS для пакету Java. Свойства: binaryData, contentType, height, image, width, x, і ще один.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
binaryData | byte[] | Read | {@inheritDoc} / |
image | IImage | Read | {@inheritDoc} / |
contentType | String | Read | {@inheritDoc} / |
width | int | Read | {@inheritDoc} / |
height | int | Read | {@inheritDoc} / |
x | int | Read | {@inheritDoc} @ always return {#code 0} / |
y | int | Read | {@inheritDoc} @ always return {#code 0} / |
Methods
| Signature | Description |
|---|---|
PPImage() | Створює неінтиалізований {@код PPImage}. |
initInternal(pkg: OpcPackage, partName: String, imageData: byte[], contentType: String) | Внутрішня ініціалізація з посиланням на пакет OPC. |
getBinaryData() → byte[] | {@inheritDoc} / |
getImage() → IImage | {@inheritDoc} / |
getContentType() → String | {@inheritDoc} / |
getWidth() → int | {@inheritDoc} / |
getHeight() → int | {@inheritDoc} / |
getX() → int | {@inheritDoc} @ always return {#code 0} / |
getY() → int | {@inheritDoc} @ always return {#code 0} / |
replaceImage(newImageData: byte[]) | {@inheritDoc} / |
replaceImage(newImage: IImage) | {@inheritDoc} / |
replaceImage(newImage: IPPImage) | {@inheritDoc} / |