Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Portion |
SlidesApi.createPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
Portion |
SlidesApi.createSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
Portion |
SlidesApi.createSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
Portion |
SlidesApi.createSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
Portion |
SlidesApi.getPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
Portion |
SlidesApi.getSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
Portion |
SlidesApi.getSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
Portion |
SlidesApi.getSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
Portion |
SlidesApi.updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
Portion |
SlidesApi.updateSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
Portion |
SlidesApi.updateSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
Portion |
SlidesApi.updateSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Portion> |
SlidesApi.createPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
ApiResponse<Portion> |
SlidesApi.createSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
ApiResponse<Portion> |
SlidesApi.createSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
ApiResponse<Portion> |
SlidesApi.createSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
ApiResponse<Portion> |
SlidesApi.getPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
ApiResponse<Portion> |
SlidesApi.getSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info.
|
ApiResponse<Portion> |
SlidesApi.getSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
ApiResponse<Portion> |
SlidesApi.getSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Read paragraph portion info (for smart art and group shapes).
|
ApiResponse<Portion> |
SlidesApi.updatePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
ApiResponse<Portion> |
SlidesApi.updateSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
ApiResponse<Portion> |
SlidesApi.updateSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
ApiResponse<Portion> |
SlidesApi.updateSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
Portion |
SlidesApi.createPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createPortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPortion
|
ApiResponse<Portion> |
SlidesApi.createPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
Portion |
SlidesApi.createSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlidePortion
|
ApiResponse<Portion> |
SlidesApi.createSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion.
|
Portion |
SlidesApi.createSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSpecialSlideSubshapePortion
|
ApiResponse<Portion> |
SlidesApi.createSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
Portion |
SlidesApi.createSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.createSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.createSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubshapePortion
|
ApiResponse<Portion> |
SlidesApi.createSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage)
Creates new portion (for smart art and group shapes).
|
Portion |
SlidesApi.updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePortion
|
ApiResponse<Portion> |
SlidesApi.updatePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
Portion |
SlidesApi.updateSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlidePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlidePortion
|
ApiResponse<Portion> |
SlidesApi.updateSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties.
|
Portion |
SlidesApi.updateSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideSubshapePortionCall(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSpecialSlideSubshapePortion
|
ApiResponse<Portion> |
SlidesApi.updateSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
Portion |
SlidesApi.updateSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSubshapePortionCall(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSubshapePortion
|
ApiResponse<Portion> |
SlidesApi.updateSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage)
Update portion properties (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.createSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.createSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Portion dto,
Integer position,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Creates new portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.getPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.getSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Read paragraph portion info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties.
|
com.squareup.okhttp.Call |
SlidesApi.updateSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.updateSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
ApiCallback<Portion> callback)
Update portion properties (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
List<Portion> |
Portions.getItems()
List of portion links.
|
List<Portion> |
Paragraph.getPortionList()
List of portion links.
|
Modifier and Type | Method and Description |
---|---|
Portions |
Portions.addItemsItem(Portion itemsItem) |
Paragraph |
Paragraph.addPortionListItem(Portion portionListItem) |
Modifier and Type | Method and Description |
---|---|
Portions |
Portions.items(List<Portion> items) |
Paragraph |
Paragraph.portionList(List<Portion> portionList) |
void |
Portions.setItems(List<Portion> items) |
void |
Paragraph.setPortionList(List<Portion> portionList) |
Copyright © 2022. All rights reserved.