Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Shapes |
SlidesApi.alignShapes(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignShapesAsync(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignShapesCall(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignShapes
|
ApiResponse<Shapes> |
SlidesApi.alignShapesWithHttpInfo(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
Shapes |
SlidesApi.alignSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSpecialSlideShapesCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignSpecialSlideShapes
|
ApiResponse<Shapes> |
SlidesApi.alignSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the master slide.
|
Shapes |
SlidesApi.alignSubshapes(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSubshapesAsync(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.alignSubshapesCall(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for alignSubshapes
|
ApiResponse<Shapes> |
SlidesApi.alignSubshapesWithHttpInfo(String name,
Integer slideIndex,
String path,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage)
Changes the placement of selected shapes on the slide.
|
Modifier and Type | Method and Description |
---|---|
static ShapesAlignmentType |
ShapesAlignmentType.fromValue(String text) |
ShapesAlignmentType |
ShapesAlignmentType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ShapesAlignmentType |
ShapesAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapesAlignmentType[] |
ShapesAlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShapesAlignmentType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ShapesAlignmentType enumeration) |
Copyright © 2022. All rights reserved.