Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
File |
SlidesApi.convert(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
void |
SlidesApi.convertAndSave(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAndSaveAsync(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<Void> callback)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAndSaveCall(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for convertAndSave
|
ApiResponse<Void> |
SlidesApi.convertAndSaveWithHttpInfo(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertAsync(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<File> callback)
Convert presentation from request content to format specified.
|
com.squareup.okhttp.Call |
SlidesApi.convertCall(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for convert
|
ApiResponse<File> |
SlidesApi.convertWithHttpInfo(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options)
Convert presentation from request content to format specified.
|
File |
SlidesApi.downloadPresentation(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadPresentationAsync(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<File> callback)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadPresentationCall(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadPresentation
|
ApiResponse<File> |
SlidesApi.downloadPresentationWithHttpInfo(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
void |
SlidesApi.savePresentation(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.savePresentationAsync(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<Void> callback)
Save a presentation to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.savePresentationCall(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for savePresentation
|
ApiResponse<Void> |
SlidesApi.savePresentationWithHttpInfo(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides)
Save a presentation to a specified format.
|
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.fromValue(String text) |
ExportFormat |
ExportFormat.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportFormat.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ExportFormat enumeration) |
Copyright © 2022. All rights reserved.