Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
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.
|
SplitDocumentResult |
SlidesApi.splitAndSaveOnline(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SplitDocumentResult> |
SlidesApi.splitAndSaveOnlineWithHttpInfo(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
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 | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.splitAndSaveOnlineAsync(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ApiCallback<SplitDocumentResult> callback)
Splits PowerPoint presentation slides from the specified range into separate files and exports them in the specified file format.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SplitDocumentResult |
SplitDocumentResult.addSlidesItem(ResourceUri slidesItem) |
SplitDocumentResult |
SplitDocumentResult.slides(List<ResourceUri> slides) |
Copyright © 2022. All rights reserved.