Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
SlideBackground |
SlidesApi.deleteBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
SlideBackground |
SlidesApi.getBackground(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
SlideBackground |
SlidesApi.setBackground(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
SlideBackground |
SlidesApi.setBackgroundColor(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SlideBackground> |
SlidesApi.deleteBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Remove background from a slide.
|
ApiResponse<SlideBackground> |
SlidesApi.getBackgroundWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read slide background info.
|
ApiResponse<SlideBackground> |
SlidesApi.setBackgroundColorWithHttpInfo(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage)
Set background color for a slide.
|
ApiResponse<SlideBackground> |
SlidesApi.setBackgroundWithHttpInfo(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
Modifier and Type | Method and Description |
---|---|
SlideBackground |
SlidesApi.setBackground(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundAsync(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Set background for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundCall(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setBackground
|
ApiResponse<SlideBackground> |
SlidesApi.setBackgroundWithHttpInfo(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage)
Set background for a slide.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deleteBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Remove background from a slide.
|
com.squareup.okhttp.Call |
SlidesApi.getBackgroundAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Read slide background info.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundAsync(String name,
Integer slideIndex,
SlideBackground background,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Set background for a slide.
|
com.squareup.okhttp.Call |
SlidesApi.setBackgroundColorAsync(String name,
Integer slideIndex,
String color,
String password,
String folder,
String storage,
ApiCallback<SlideBackground> callback)
Set background color for a slide.
|
Modifier and Type | Method and Description |
---|---|
SlideBackground |
SlideBackground.effectFormat(EffectFormat effectFormat) |
SlideBackground |
SlideBackground.fillFormat(FillFormat fillFormat) |
SlideBackground |
UpdateBackground.getBackground()
Background DTO.
|
SlideBackground |
SlideBackground.type(SlideBackground.TypeEnum type) |
Modifier and Type | Method and Description |
---|---|
UpdateBackground |
UpdateBackground.background(SlideBackground background) |
void |
UpdateBackground.setBackground(SlideBackground background) |
Copyright © 2023. All rights reserved.