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,
String subShape)
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,
String subShape)
Creates new portion.
|
Portion |
SlidesApi.getPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
Portion |
SlidesApi.getPortionEffective(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read effective portion info.
|
Portion |
SlidesApi.getSpecialSlidePortion(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read paragraph portion info.
|
Portion |
SlidesApi.updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
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,
String subShape)
Update portion properties.
|
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,
String subShape)
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,
String subShape)
Creates new portion.
|
ApiResponse<Portion> |
SlidesApi.getPortionEffectiveWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
Read effective portion info.
|
ApiResponse<Portion> |
SlidesApi.getPortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape)
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,
String subShape)
Read paragraph portion info.
|
ApiResponse<Portion> |
SlidesApi.updatePortionWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
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,
String subShape)
Update portion properties.
|
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,
String subShape)
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,
String subShape,
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,
String subShape,
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,
String subShape)
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,
String subShape)
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,
String subShape,
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,
String subShape,
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,
String subShape)
Creates new portion.
|
Portion |
SlidesApi.updatePortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape)
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,
String subShape,
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,
String subShape,
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,
String subShape)
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,
String subShape)
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,
String subShape,
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,
String subShape,
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,
String subShape)
Update portion properties.
|
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,
String subShape,
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,
String subShape,
ApiCallback<Portion> callback)
Creates new portion.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionEffectiveAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Portion> callback)
Read effective 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,
String subShape,
ApiCallback<Portion> callback)
Read paragraph portion info.
|
com.squareup.okhttp.Call |
SlidesApi.updatePortionAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
Portion dto,
String password,
String folder,
String storage,
String subShape,
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,
String subShape,
ApiCallback<Portion> callback)
Update portion properties.
|
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 © 2023. All rights reserved.