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.
|
File |
SlidesApi.downloadSlide(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideAsync(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<File> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideCall(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSlide
|
File |
SlidesApi.downloadSlideOnline(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideOnlineAsync(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<File> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadSlideOnlineCall(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadSlideOnline
|
ApiResponse<File> |
SlidesApi.downloadSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideExportFormat format,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
ApiResponse<File> |
SlidesApi.downloadSlideWithHttpInfo(String name,
Integer slideIndex,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide 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.
|
void |
SlidesApi.saveSlide(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideAsync(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<Void> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideCall(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSlide
|
void |
SlidesApi.saveSlideOnline(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideOnlineAsync(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<Void> callback)
Save a slide to a specified format.
|
com.squareup.okhttp.Call |
SlidesApi.saveSlideOnlineCall(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSlideOnline
|
ApiResponse<Void> |
SlidesApi.saveSlideOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideExportFormat format,
String outPath,
Integer width,
Integer height,
String password,
String storage,
String fontsFolder,
ExportOptions options)
Save a slide to a specified format.
|
ApiResponse<Void> |
SlidesApi.saveSlideWithHttpInfo(String name,
Integer slideIndex,
SlideExportFormat format,
String outPath,
ExportOptions options,
Integer width,
Integer height,
String password,
String folder,
String storage,
String fontsFolder)
Save a slide to a specified format.
|
SplitDocumentResult |
SlidesApi.split(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder)
Splitting presentations.
|
com.squareup.okhttp.Call |
SlidesApi.splitAsync(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<SplitDocumentResult> callback)
Splitting presentations.
|
com.squareup.okhttp.Call |
SlidesApi.splitCall(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for split
|
ApiResponse<SplitDocumentResult> |
SlidesApi.splitWithHttpInfo(String name,
ExportOptions options,
SlideExportFormat format,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder)
Splitting presentations.
|
Modifier and Type | Class and Description |
---|---|
class |
GifExportOptions
Provides options that control how a presentation is saved in Gif format.
|
class |
Html5ExportOptions
Provides options that control how a presentation is saved in Html5 format.
|
class |
HtmlExportOptions
Provides options that control how a presentation is saved in Html format.
|
class |
ImageExportOptions
Provides options that control how a presentation is saved in an image format.
|
class |
ImageExportOptionsBase
The class provides shared options for image formats.
|
class |
PdfExportOptions
Provides options that control how a presentation is saved in Pdf format.
|
class |
PptxExportOptions
Provides options that control how a presentation is saved in PPTX format.
|
class |
SvgExportOptions
Provides options that control how a presentation is saved in SVG format.
|
class |
SwfExportOptions
Provides options that control how a presentation is saved in SWF format.
|
class |
TiffExportOptions
Provides options that control how a presentation is saved in TIFF format.
|
class |
VideoExportOptions
Provides options that control how a presentation is saved in an video format.
|
class |
XamlExportOptions
Provides options that control how a presentation is saved in XAML format.
|
class |
XpsExportOptions
Provides options that control how a presentation is saved in XPS format.
|
Modifier and Type | Method and Description |
---|---|
ExportOptions |
ExportOptions.addFontFallbackRulesItem(FontFallbackRule fontFallbackRulesItem) |
ExportOptions |
ExportOptions.defaultRegularFont(String defaultRegularFont) |
ExportOptions |
ExportOptions.fontFallbackRules(List<FontFallbackRule> fontFallbackRules) |
ExportOptions |
Save.getOptions()
Save options.
|
ExportOptions |
SaveSlide.getOptions()
Save options.
|
Modifier and Type | Method and Description |
---|---|
Save |
Save.options(ExportOptions options) |
SaveSlide |
SaveSlide.options(ExportOptions options) |
void |
Save.setOptions(ExportOptions options) |
void |
SaveSlide.setOptions(ExportOptions options) |
Copyright © 2022. All rights reserved.