Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Document |
SlidesApi.createPresentation(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
Document |
SlidesApi.createPresentationFromSource(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Create a presentation from an existing source.
|
Document |
SlidesApi.createPresentationFromTemplate(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage)
Create a presentation.
|
Document |
SlidesApi.getPresentation(String name,
String password,
String folder,
String storage)
Read presentation info.
|
Document |
SlidesApi.importFromHtml(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
Document |
SlidesApi.importFromPdf(String name,
byte[] pdf,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
Document |
SlidesApi.merge(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
Document |
SlidesApi.orderedMerge(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
Document |
SlidesApi.setPresentationHeaderFooter(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Document> |
SlidesApi.createPresentationFromSourceWithHttpInfo(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage)
Create a presentation from an existing source.
|
ApiResponse<Document> |
SlidesApi.createPresentationFromTemplateWithHttpInfo(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage)
Create a presentation.
|
ApiResponse<Document> |
SlidesApi.createPresentationWithHttpInfo(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage)
Create a presentation.
|
ApiResponse<Document> |
SlidesApi.getPresentationWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation info.
|
ApiResponse<Document> |
SlidesApi.importFromHtmlWithHttpInfo(String name,
String html,
String password,
String folder,
String storage)
Create presentation document from html.
|
ApiResponse<Document> |
SlidesApi.importFromPdfWithHttpInfo(String name,
byte[] pdf,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
ApiResponse<Document> |
SlidesApi.mergeWithHttpInfo(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations specified in the request parameter.
|
ApiResponse<Document> |
SlidesApi.orderedMergeWithHttpInfo(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
ApiResponse<Document> |
SlidesApi.setPresentationHeaderFooterWithHttpInfo(String name,
HeaderFooter dto,
String password,
String folder,
String storage)
Set footers for all slides in a presentation.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createPresentationAsync(String name,
byte[] data,
String inputPassword,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromSourceAsync(String name,
String sourcePath,
String sourcePassword,
String sourceStorage,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation from an existing source.
|
com.squareup.okhttp.Call |
SlidesApi.createPresentationFromTemplateAsync(String name,
String templatePath,
String data,
String templatePassword,
String templateStorage,
Boolean isImageDataEmbedded,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create a presentation.
|
com.squareup.okhttp.Call |
SlidesApi.getPresentationAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Read presentation info.
|
com.squareup.okhttp.Call |
SlidesApi.importFromHtmlAsync(String name,
String html,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from html.
|
com.squareup.okhttp.Call |
SlidesApi.importFromPdfAsync(String name,
byte[] pdf,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from pdf or append pdf to an existing presentation.
|
com.squareup.okhttp.Call |
SlidesApi.mergeAsync(String name,
PresentationsMergeRequest request,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Merge the presentation with other presentations specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.orderedMergeAsync(String name,
OrderedMergeRequest request,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Merge the presentation with other presentations or some of their slides specified in the request parameter.
|
com.squareup.okhttp.Call |
SlidesApi.setPresentationHeaderFooterAsync(String name,
HeaderFooter dto,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Set footers for all slides in a presentation.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentReplaceResult
Represents document replace result DTO.
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.documentProperties(ResourceUri documentProperties) |
Document |
Document.images(ResourceUri images) |
Document |
Document.layoutSlides(ResourceUri layoutSlides) |
Document |
Document.masterSlides(ResourceUri masterSlides) |
Document |
Document.slides(ResourceUri slides) |
Document |
Document.viewProperties(ResourceUri viewProperties) |
Copyright © 2023. All rights reserved.