Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
GeometryPaths |
SlidesApi.getShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GeometryPaths> |
SlidesApi.getShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage)
Returns geometry path of the shape
|
Modifier and Type | Method and Description |
---|---|
ShapeBase |
SlidesApi.setShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
com.squareup.okhttp.Call |
SlidesApi.setShapeGeometryPathAsync(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage,
ApiCallback<ShapeBase> callback)
Sets geometry path to the shape (asynchronously)
|
com.squareup.okhttp.Call |
SlidesApi.setShapeGeometryPathCall(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setShapeGeometryPath
|
ApiResponse<ShapeBase> |
SlidesApi.setShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getShapeGeometryPathAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<GeometryPaths> callback)
Returns geometry path of the shape (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
GeometryPaths |
GeometryPaths.addPathsItem(GeometryPath pathsItem) |
GeometryPaths |
GeometryPaths.paths(List<GeometryPath> paths) |
Copyright © 2022. All rights reserved.