Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
SlideShowProperties |
SlidesApi.getSlideShowProperties(String name,
String password,
String folder,
String storage)
Read presentation slide show properties.
|
SlideShowProperties |
SlidesApi.setSlideShowProperties(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SlideShowProperties> |
SlidesApi.getSlideShowPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation slide show properties.
|
ApiResponse<SlideShowProperties> |
SlidesApi.setSlideShowPropertiesWithHttpInfo(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
Modifier and Type | Method and Description |
---|---|
SlideShowProperties |
SlidesApi.setSlideShowProperties(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideShowPropertiesAsync(String name,
SlideShowProperties dto,
String password,
String folder,
String storage,
ApiCallback<SlideShowProperties> callback)
Update presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideShowPropertiesCall(String name,
SlideShowProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSlideShowProperties
|
ApiResponse<SlideShowProperties> |
SlidesApi.setSlideShowPropertiesWithHttpInfo(String name,
SlideShowProperties dto,
String password,
String folder,
String storage)
Update presentation slide show properties.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getSlideShowPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<SlideShowProperties> callback)
Read presentation slide show properties.
|
com.squareup.okhttp.Call |
SlidesApi.setSlideShowPropertiesAsync(String name,
SlideShowProperties dto,
String password,
String folder,
String storage,
ApiCallback<SlideShowProperties> callback)
Update presentation slide show properties.
|
Modifier and Type | Method and Description |
---|---|
SlideShowProperties |
SlideShowProperties.endSlide(Integer endSlide) |
SlideShowProperties |
SlideShowProperties.loop(Boolean loop) |
SlideShowProperties |
SlideShowProperties.penColor(String penColor) |
SlideShowProperties |
SlideShowProperties.showAnimation(Boolean showAnimation) |
SlideShowProperties |
SlideShowProperties.showNarration(Boolean showNarration) |
SlideShowProperties |
SlideShowProperties.showScrollbar(Boolean showScrollbar) |
SlideShowProperties |
SlideShowProperties.slideShowType(SlideShowProperties.SlideShowTypeEnum slideShowType) |
SlideShowProperties |
SlideShowProperties.startSlide(Integer startSlide) |
SlideShowProperties |
SlideShowProperties.useTimings(Boolean useTimings) |
Copyright © 2022. All rights reserved.