Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
void |
SlidesApi.createImageWatermark(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkAsync(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage,
ApiCallback<Void> callback)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkCall(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermark
|
File |
SlidesApi.createImageWatermarkOnline(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkOnlineAsync(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password,
ApiCallback<File> callback)
Adds an image watermark to each slide of the presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createImageWatermarkOnlineCall(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createImageWatermarkOnline
|
ApiResponse<File> |
SlidesApi.createImageWatermarkOnlineWithHttpInfo(byte[] document,
byte[] image,
PictureFrame pictureFrame,
String password)
Adds an image watermark to each slide of the presentation.
|
ApiResponse<Void> |
SlidesApi.createImageWatermarkWithHttpInfo(String name,
byte[] image,
PictureFrame pictureFrame,
String password,
String folder,
String storage)
Adds an image watermark to each slide of the presentation.
|
Modifier and Type | Method and Description |
---|---|
PictureFrame |
PictureFrame.pictureFillFormat(PictureFill pictureFillFormat) |
Copyright © 2023. All rights reserved.