PPImages
Približni podaci
PPImage je klasa u Aspose.Slides FOSS za Java. Naslijedi od: ゚IPPImage` .
Predstavlja sliku u prezentaciji.
Oznake i značajke
| Name | Type | Access | Description |
|---|---|---|---|
binaryData | byte[] | Read | Property holds the image’s binary data |
image | IImage | Read | Property provides access to the image as IImage |
contentType | String | Read | Property stores the image’s MIME type |
width | int | Read | Property gives the image width in pixels |
height | int | Read | |
x | int | Read | Property is always 0, representing the X offset |
y | int | Read |
Metoda za primjenu
| Signature | Description |
|---|---|
PPImage() | Creates an uninitialized {@code PPImage}. |
initInternal(pkg: OpcPackage, partName: String, imageData: byte[], contentType: String) | Internal initialization with OPC package reference. |
getBinaryData() → byte[] | {@inheritDoc} |
| / | |
getImage() → IImage | {@inheritDoc} |
| / | |
getContentType() → String | {@inheritDoc} |
| / | |
getWidth() → int | {@inheritDoc} |
| / | |
getHeight() → int | {@inheritDoc} |
| / | |
getX() → int | {@inheritDoc} |
| @return always {@code 0} | |
| / | |
getY() → int | {@inheritDoc} |
| @return always {@code 0} | |
| / | |
replaceImage(newImageData: byte[]) | {@inheritDoc} |
| / | |
replaceImage(newImage: IImage) | {@inheritDoc} |
| / | |
replaceImage(newImage: IPPImage) | {@inheritDoc} |
| / |