Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
ChartWall |
SlidesApi.setChartWall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage)
Set 3D chart wall.
|
com.squareup.okhttp.Call |
SlidesApi.setChartWallAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage,
ApiCallback<ChartWall> callback)
Set 3D chart wall.
|
com.squareup.okhttp.Call |
SlidesApi.setChartWallCall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartWall
|
ApiResponse<ChartWall> |
SlidesApi.setChartWallWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ChartWallType chartWallType,
ChartWall chartWall,
String password,
String folder,
String storage)
Set 3D chart wall.
|
Modifier and Type | Method and Description |
---|---|
static ChartWallType |
ChartWallType.fromValue(String text) |
ChartWallType |
ChartWallType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ChartWallType |
ChartWallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartWallType[] |
ChartWallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartWallType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ChartWallType enumeration) |
Copyright © 2023. All rights reserved.