Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Sections |
SlidesApi.deleteSection(com.aspose.slides.model.request.DeleteSectionRequest request)
Delete a presentation section.
|
Sections |
SlidesApi.deleteSections(com.aspose.slides.model.request.DeleteSectionsRequest request)
Delete presentation sections.
|
Sections |
SlidesApi.getSections(com.aspose.slides.model.request.GetSectionsRequest request)
Read presentation sections info.
|
Sections |
SlidesApi.postSection(com.aspose.slides.model.request.PostSectionRequest request)
Create a section starting at a specified slide index.
|
Sections |
SlidesApi.postSectionMove(com.aspose.slides.model.request.PostSectionMoveRequest request)
Move presentation section to a specified position.
|
Sections |
SlidesApi.putSection(com.aspose.slides.model.request.PutSectionRequest request)
Update section name.
|
Sections |
SlidesApi.putSections(com.aspose.slides.model.request.PutSectionsRequest request)
Replace existing presentation sections with the ones provided in the sections DTO.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Sections> |
SlidesApi.deleteSectionsWithHttpInfo(com.aspose.slides.model.request.DeleteSectionsRequest request)
Delete presentation sections.
|
ApiResponse<Sections> |
SlidesApi.deleteSectionWithHttpInfo(com.aspose.slides.model.request.DeleteSectionRequest request)
Delete a presentation section.
|
ApiResponse<Sections> |
SlidesApi.getSectionsWithHttpInfo(com.aspose.slides.model.request.GetSectionsRequest request)
Read presentation sections info.
|
ApiResponse<Sections> |
SlidesApi.postSectionMoveWithHttpInfo(com.aspose.slides.model.request.PostSectionMoveRequest request)
Move presentation section to a specified position.
|
ApiResponse<Sections> |
SlidesApi.postSectionWithHttpInfo(com.aspose.slides.model.request.PostSectionRequest request)
Create a section starting at a specified slide index.
|
ApiResponse<Sections> |
SlidesApi.putSectionsWithHttpInfo(com.aspose.slides.model.request.PutSectionsRequest request)
Replace existing presentation sections with the ones provided in the sections DTO.
|
ApiResponse<Sections> |
SlidesApi.putSectionWithHttpInfo(com.aspose.slides.model.request.PutSectionRequest request)
Update section name.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionAsync(com.aspose.slides.model.request.DeleteSectionRequest request,
ApiCallback<Sections> callback)
Delete a presentation section.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionsAsync(com.aspose.slides.model.request.DeleteSectionsRequest request,
ApiCallback<Sections> callback)
Delete presentation sections.
|
com.squareup.okhttp.Call |
SlidesApi.getSectionsAsync(com.aspose.slides.model.request.GetSectionsRequest request,
ApiCallback<Sections> callback)
Read presentation sections info.
|
com.squareup.okhttp.Call |
SlidesApi.postSectionAsync(com.aspose.slides.model.request.PostSectionRequest request,
ApiCallback<Sections> callback)
Create a section starting at a specified slide index.
|
com.squareup.okhttp.Call |
SlidesApi.postSectionMoveAsync(com.aspose.slides.model.request.PostSectionMoveRequest request,
ApiCallback<Sections> callback)
Move presentation section to a specified position.
|
com.squareup.okhttp.Call |
SlidesApi.putSectionAsync(com.aspose.slides.model.request.PutSectionRequest request,
ApiCallback<Sections> callback)
Update section name.
|
com.squareup.okhttp.Call |
SlidesApi.putSectionsAsync(com.aspose.slides.model.request.PutSectionsRequest request,
ApiCallback<Sections> callback)
Replace existing presentation sections with the ones provided in the sections DTO.
|
Modifier and Type | Method and Description |
---|---|
Sections |
Sections.addSectionListItem(Section sectionListItem) |
Sections |
Sections.sectionList(List<Section> sectionList) |
Copyright © 2021. All rights reserved.