Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
ShapeBase |
SlidesApi.createShape(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
ShapeBase |
SlidesApi.createSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
ShapeBase |
SlidesApi.getShape(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read slide shape info.
|
ShapeBase |
SlidesApi.getSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special slide shape info.
|
ShapeBase |
SlidesApi.setShapeGeometryPath(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
ShapeBase |
SlidesApi.updateShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
ShapeBase |
SlidesApi.updateSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ShapeBase> |
SlidesApi.createShapeWithHttpInfo(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
ApiResponse<ShapeBase> |
SlidesApi.createSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
ApiResponse<ShapeBase> |
SlidesApi.getShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read slide shape info.
|
ApiResponse<ShapeBase> |
SlidesApi.getSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special slide shape info.
|
ApiResponse<ShapeBase> |
SlidesApi.setShapeGeometryPathWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
GeometryPaths dto,
String password,
String folder,
String storage)
Sets geometry path to the shape
|
ApiResponse<ShapeBase> |
SlidesApi.updateShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
ApiResponse<ShapeBase> |
SlidesApi.updateSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
Modifier and Type | Method and Description |
---|---|
ShapeBase |
SlidesApi.createShape(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createShapeAsync(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createShapeCall(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createShape
|
ApiResponse<ShapeBase> |
SlidesApi.createShapeWithHttpInfo(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
ShapeBase |
SlidesApi.createSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideShape
|
ApiResponse<ShapeBase> |
SlidesApi.createSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape)
Create new shape.
|
File |
SlidesApi.downloadShapeFromDto(ShapeExportFormat format,
ShapeBase dto)
Creates the shape from the DTO and returns the result in the specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeFromDtoAsync(ShapeExportFormat format,
ShapeBase dto,
ApiCallback<File> callback)
Creates the shape from the DTO and returns the result in the specified format.
|
com.squareup.okhttp.Call |
SlidesApi.downloadShapeFromDtoCall(ShapeExportFormat format,
ShapeBase dto,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for downloadShapeFromDto
|
ApiResponse<File> |
SlidesApi.downloadShapeFromDtoWithHttpInfo(ShapeExportFormat format,
ShapeBase dto)
Creates the shape from the DTO and returns the result in the specified format.
|
ShapeBase |
SlidesApi.updateShape(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateShapeCall(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateShape
|
ApiResponse<ShapeBase> |
SlidesApi.updateShapeWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
ShapeBase |
SlidesApi.updateSpecialSlideShape(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideShapeCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideShape
|
ApiResponse<ShapeBase> |
SlidesApi.updateSpecialSlideShapeWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape)
Update shape properties.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createShapeAsync(String name,
Integer slideIndex,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
ShapeBase dto,
Integer shapeToClone,
Integer position,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Create new shape.
|
com.squareup.okhttp.Call |
SlidesApi.getShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Read slide shape info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Read special slide shape info.
|
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.updateShapeAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideShapeAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
ShapeBase dto,
String password,
String folder,
String storage,
String subShape,
ApiCallback<ShapeBase> callback)
Update shape properties.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioFrame
Represents AudioFrame resource.
|
class |
Chart
Represents chart resource
|
class |
Connector
Represents Connector resource.
|
class |
GeometryShape
Represents GeometryShape resource.
|
class |
GraphicalObject
Represents AudioFrame resource.
|
class |
GroupShape
Represents GroupShape resource.
|
class |
OleObjectFrame
Represents OleObjectFrame resource.
|
class |
PictureFrame
Represents PictureFrame resource.
|
class |
SectionZoomFrame
Section zoom frame.
|
class |
Shape
Represents AutoShape resource.
|
class |
SmartArt
Represents SmartArt shape resource.
|
class |
SmartArtShape
Represents SmartArt resource.
|
class |
SummaryZoomFrame
Summary zoom frame.
|
class |
SummaryZoomSection
Represents summary zoom section
|
class |
Table
Represents Table shape resource.
|
class |
VideoFrame
Represents VideoFrame resource.
|
class |
ZoomFrame
Zoom frame.
|
class |
ZoomObject
Zoom object.
|
Modifier and Type | Method and Description |
---|---|
ShapeBase |
ShapeBase.alternativeText(String alternativeText) |
ShapeBase |
ShapeBase.alternativeTextTitle(String alternativeTextTitle) |
ShapeBase |
ShapeBase.effectFormat(EffectFormat effectFormat) |
ShapeBase |
ShapeBase.fillFormat(FillFormat fillFormat) |
ShapeBase |
UpdateShape.getShape()
Shape DTO.
|
ShapeBase |
AddShape.getShape()
Shape DTO.
|
ShapeBase |
ShapeBase.height(Double height) |
ShapeBase |
ShapeBase.hidden(Boolean hidden) |
ShapeBase |
ShapeBase.hyperlinkClick(Hyperlink hyperlinkClick) |
ShapeBase |
ShapeBase.hyperlinkMouseOver(Hyperlink hyperlinkMouseOver) |
ShapeBase |
ShapeBase.lineFormat(LineFormat lineFormat) |
ShapeBase |
ShapeBase.name(String name) |
ShapeBase |
ShapeBase.threeDFormat(ThreeDFormat threeDFormat) |
ShapeBase |
ShapeBase.width(Double width) |
ShapeBase |
ShapeBase.x(Double x) |
ShapeBase |
ShapeBase.y(Double y) |
ShapeBase |
ShapeBase.zorderPosition(Integer zorderPosition) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateShape.setShape(ShapeBase shape) |
void |
AddShape.setShape(ShapeBase shape) |
UpdateShape |
UpdateShape.shape(ShapeBase shape) |
AddShape |
AddShape.shape(ShapeBase shape) |
Copyright © 2023. All rights reserved.