Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
File |
SlidesApi.downloadNotesSlide(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideAsync(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideCall(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadNotesSlide
|
File |
SlidesApi.downloadNotesSlideOnline(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideOnlineAsync(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder,
ApiCallback<File> callback)
Convert notes slide to the specified image format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadNotesSlideOnlineCall(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadNotesSlideOnline
|
ApiResponse<File> |
SlidesApi.downloadNotesSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String fontsFolder)
Convert notes slide to the specified image format.
|
ApiResponse<File> |
SlidesApi.downloadNotesSlideWithHttpInfo(String name,
Integer slideIndex,
NotesSlideExportFormat format,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Convert notes slide to the specified image format.
|
Modifier and Type | Method and Description |
---|---|
static NotesSlideExportFormat |
NotesSlideExportFormat.fromValue(String text) |
NotesSlideExportFormat |
NotesSlideExportFormat.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static NotesSlideExportFormat |
NotesSlideExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesSlideExportFormat[] |
NotesSlideExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NotesSlideExportFormat.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
NotesSlideExportFormat enumeration) |
Copyright © 2022. All rights reserved.