PPImage
Genel Bakış
PPImage Java için FOSS’de bir sınıf. Mirasçılar: IPPImage.
Bir sunumdaki bir resmi temsil eder.
Bu sınıf, Java programlarında PPImage nesnelerle çalışmak için 12 yöntem sağlar. Kullanılabilir yöntemler şunlardır: PPImage, getBinaryData, getContentType, getHeight, getImage, getWidth, getX, getY, initInternal, replaceImage. Tüm kamu üyeleri, Java için FOSS paketini yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Özellikleri: binaryData, contentType, height, image, width, x,Ve bir tane daha.
Özellikler
| Adı: | Tip: | Access | Açıklama: |
|---|---|---|---|
binaryData | byte[] | Oku . | {@inheritDoc} / |
image | IImage | Oku . | {@inheritDoc} / |
contentType | String | Oku . | {@inheritDoc} / |
width | int | Oku . | {@inheritDoc} / |
height | int | Oku . | {@inheritDoc} / |
x | int | Oku . | {@inheritDoc} @return her zaman { @code 0} / |
y | int | Oku . | {@inheritDoc} @return her zaman { @code 0} / |
Yöntemler
| Signature | Açıklama: |
|---|---|
PPImage() | Başlatılmamış bir {@code PPImage}. oluşturur. |
initInternal(pkg: OpcPackage, partName: String, imageData: byte[], contentType: String) | OPC paketi ile iç başlangıç. |
getBinaryData() → byte[] | {@inheritDoc} / |
getImage() → IImage | {@inheritDoc} / |
getContentType() → String | {@inheritDoc} / |
getWidth() → int | {@inheritDoc} / |
getHeight() → int | {@inheritDoc} / |
getX() → int | {@inheritDoc} @return her zaman { @code 0} / |
getY() → int | {@inheritDoc} @return her zaman { @code 0} / |
replaceImage(newImageData: byte[]) | {@inheritDoc} / |
replaceImage(newImage: IImage) | {@inheritDoc} / |
replaceImage(newImage: IPPImage) | {@inheritDoc} / |