Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Images |
SlidesApi.getPresentationImages(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
Images |
SlidesApi.getSlideImages(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Images> |
SlidesApi.getPresentationImagesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation images info.
|
ApiResponse<Images> |
SlidesApi.getSlideImagesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide images info.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getPresentationImagesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read presentation images info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideImagesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Images> callback)
Read slide images info.
|
Modifier and Type | Method and Description |
---|---|
Images |
Images.addListItem(Image listItem) |
Images |
Images.list(List<Image> list) |
Copyright © 2023. All rights reserved.