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