Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Portions |
SlidesApi.deletePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
Portions |
SlidesApi.deletePortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
Portions |
SlidesApi.deleteSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
Portions |
SlidesApi.deleteSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
Portions |
SlidesApi.deleteSpecialSlideSubshapePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
Portions |
SlidesApi.deleteSpecialSlideSubshapePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
Portions |
SlidesApi.deleteSubshapePortion(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
Portions |
SlidesApi.deleteSubshapePortions(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
Portions |
SlidesApi.getPortions(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
Portions |
SlidesApi.getSpecialSlidePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
Portions |
SlidesApi.getSpecialSlideSubshapePortions(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
Portions |
SlidesApi.getSubshapePortions(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Portions> |
SlidesApi.deletePortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
ApiResponse<Portions> |
SlidesApi.deletePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions.
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlidePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion.
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlideSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
ApiResponse<Portions> |
SlidesApi.deleteSpecialSlideSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
ApiResponse<Portions> |
SlidesApi.deleteSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage)
Remove a range of portions (for smart art and group shapes).
|
ApiResponse<Portions> |
SlidesApi.deleteSubshapePortionWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Remove a portion (for smart art and group shapes).
|
ApiResponse<Portions> |
SlidesApi.getPortionsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
ApiResponse<Portions> |
SlidesApi.getSpecialSlidePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info.
|
ApiResponse<Portions> |
SlidesApi.getSpecialSlideSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
ApiResponse<Portions> |
SlidesApi.getSubshapePortionsWithHttpInfo(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Read paragraph portions info (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deletePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deletePortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideSubshapePortionAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideSubshapePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.deleteSubshapePortionAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a portion (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.deleteSubshapePortionsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
List<Integer> portions,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Remove a range of portions (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.getPortionsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlidePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideSubshapePortionsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.getSubshapePortionsAsync(String name,
Integer slideIndex,
String path,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<Portions> callback)
Read paragraph portions info (for smart art and group shapes).
|
Modifier and Type | Method and Description |
---|---|
Portions |
Portions.addItemsItem(Portion itemsItem) |
Portions |
Portions.items(List<Portion> items) |
Copyright © 2022. All rights reserved.