Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Shapes |
SlidesApi.getShapes(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapesAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape,
ApiCallback<Shapes> callback)
Read slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.getShapesCall(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getShapes
|
ApiResponse<Shapes> |
SlidesApi.getShapesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
Modifier and Type | Method and Description |
---|---|
static ShapeType |
ShapeType.fromValue(String text) |
ShapeType |
ShapeType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ShapeType |
ShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
ShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapeType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ShapeType enumeration) |
Copyright © 2022. All rights reserved.