Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
File |
SlidesApi.downloadImage(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageAsync(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageCall(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImage
|
File |
SlidesApi.downloadImageOnline(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageOnlineAsync(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get image in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImageOnlineCall(byte[] document,
Integer index,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImageOnline
|
ApiResponse<File> |
SlidesApi.downloadImageOnlineWithHttpInfo(byte[] document,
Integer index,
ImageExportFormat format,
String password)
Get image in specified format.
|
File |
SlidesApi.downloadImages(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesAsync(String name,
ImageExportFormat format,
String password,
String folder,
String storage,
ApiCallback<File> callback)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesCall(String name,
ImageExportFormat format,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImages
|
File |
SlidesApi.downloadImagesOnline(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesOnlineAsync(byte[] document,
ImageExportFormat format,
String password,
ApiCallback<File> callback)
Get all presentation images in specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadImagesOnlineCall(byte[] document,
ImageExportFormat format,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadImagesOnline
|
ApiResponse<File> |
SlidesApi.downloadImagesOnlineWithHttpInfo(byte[] document,
ImageExportFormat format,
String password)
Get all presentation images in specified format.
|
ApiResponse<File> |
SlidesApi.downloadImagesWithHttpInfo(String name,
ImageExportFormat format,
String password,
String folder,
String storage)
Get all presentation images in specified format.
|
ApiResponse<File> |
SlidesApi.downloadImageWithHttpInfo(String name,
Integer index,
ImageExportFormat format,
String password,
String folder,
String storage)
Get image in specified format.
|
Modifier and Type | Method and Description |
---|---|
static ImageExportFormat |
ImageExportFormat.fromValue(String text) |
ImageExportFormat |
ImageExportFormat.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ImageExportFormat |
ImageExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageExportFormat[] |
ImageExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageExportFormat.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ImageExportFormat enumeration) |
Copyright © 2022. All rights reserved.