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,
String subShape)
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,
String subShape)
Changes the placement of selected shapes on the master slide.
|
Shapes |
SlidesApi.deleteShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
Shapes |
SlidesApi.deleteShapes(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
Shapes |
SlidesApi.deleteSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
Shapes |
SlidesApi.deleteSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
Shapes |
SlidesApi.getShapes(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
Shapes |
SlidesApi.getSpecialSlideShapes(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape)
Read special slide shapes info.
|
Shapes |
SlidesApi.importShapesFromSvg(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage)
Imports shapes from SVG file.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Shapes> |
SlidesApi.alignShapesWithHttpInfo(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the slide.
|
ApiResponse<Shapes> |
SlidesApi.alignSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Changes the placement of selected shapes on the master slide.
|
ApiResponse<Shapes> |
SlidesApi.deleteShapesWithHttpInfo(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
ApiResponse<Shapes> |
SlidesApi.deleteShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
ApiResponse<Shapes> |
SlidesApi.deleteSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape)
Remove a range of shapes.
|
ApiResponse<Shapes> |
SlidesApi.deleteSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Remove a shape.
|
ApiResponse<Shapes> |
SlidesApi.getShapesWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ShapeType shapeType,
String subShape)
Read slide shapes info.
|
ApiResponse<Shapes> |
SlidesApi.getSpecialSlideShapesWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape)
Read special slide shapes info.
|
ApiResponse<Shapes> |
SlidesApi.importShapesFromSvgWithHttpInfo(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage)
Imports shapes from SVG file.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.alignShapesAsync(String name,
Integer slideIndex,
ShapesAlignmentType alignmentType,
Boolean alignToSlide,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the 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,
String subShape,
ApiCallback<Shapes> callback)
Changes the placement of selected shapes on the master slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteShapesAsync(String name,
Integer slideIndex,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a shape.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
List<Integer> shapes,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Remove a range of shapes.
|
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.getSpecialSlideShapesAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Shapes> callback)
Read special slide shapes info.
|
com.squareup.okhttp.Call |
SlidesApi.importShapesFromSvgAsync(String name,
Integer slideIndex,
byte[] image,
Integer x,
Integer y,
Integer width,
Integer height,
List<Integer> shapes,
Boolean group,
String password,
String folder,
String storage,
ApiCallback<Shapes> callback)
Imports shapes from SVG file.
|
Modifier and Type | Method and Description |
---|---|
Shapes |
Shapes.addShapesLinksItem(ResourceUri shapesLinksItem) |
Shapes |
Shapes.shapesLinks(List<ResourceUri> shapesLinks) |
Copyright © 2022. All rights reserved.