Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Sections |
SlidesApi.createSection(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage)
Create a section starting at a specified slide index.
|
Sections |
SlidesApi.deleteSection(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
Sections |
SlidesApi.deleteSections(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
Sections |
SlidesApi.getSections(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
Sections |
SlidesApi.moveSection(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
Sections |
SlidesApi.setSections(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
Sections |
SlidesApi.updateSection(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Sections> |
SlidesApi.createSectionWithHttpInfo(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage)
Create a section starting at a specified slide index.
|
ApiResponse<Sections> |
SlidesApi.deleteSectionsWithHttpInfo(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage)
Delete presentation sections.
|
ApiResponse<Sections> |
SlidesApi.deleteSectionWithHttpInfo(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage)
Delete a presentation section.
|
ApiResponse<Sections> |
SlidesApi.getSectionsWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation sections info.
|
ApiResponse<Sections> |
SlidesApi.moveSectionWithHttpInfo(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage)
Move presentation section to a specified position.
|
ApiResponse<Sections> |
SlidesApi.setSectionsWithHttpInfo(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
ApiResponse<Sections> |
SlidesApi.updateSectionWithHttpInfo(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage)
Update section name.
|
Modifier and Type | Method and Description |
---|---|
Sections |
SlidesApi.setSections(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
com.squareup.okhttp.Call |
SlidesApi.setSectionsAsync(String name,
Sections sections,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Replace existing presentation sections with the ones provided in the sections DTO.
|
com.squareup.okhttp.Call |
SlidesApi.setSectionsCall(String name,
Sections sections,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setSections
|
ApiResponse<Sections> |
SlidesApi.setSectionsWithHttpInfo(String name,
Sections sections,
String password,
String folder,
String storage)
Replace existing presentation sections with the ones provided in the sections DTO.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createSectionAsync(String name,
String sectionName,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Create a section starting at a specified slide index.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionAsync(String name,
Integer sectionIndex,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete a presentation section.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSectionsAsync(String name,
List<Integer> sections,
Boolean withSlides,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Delete presentation sections.
|
com.squareup.okhttp.Call |
SlidesApi.getSectionsAsync(String name,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Read presentation sections info.
|
com.squareup.okhttp.Call |
SlidesApi.moveSectionAsync(String name,
Integer sectionIndex,
Integer newPosition,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Move presentation section to a specified position.
|
com.squareup.okhttp.Call |
SlidesApi.setSectionsAsync(String name,
Sections sections,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Replace existing presentation sections with the ones provided in the sections DTO.
|
com.squareup.okhttp.Call |
SlidesApi.updateSectionAsync(String name,
Integer sectionIndex,
String sectionName,
String password,
String folder,
String storage,
ApiCallback<Sections> callback)
Update section name.
|
Modifier and Type | Method and Description |
---|---|
Sections |
Sections.addSectionListItem(Section sectionListItem) |
Sections |
Sections.sectionList(List<Section> sectionList) |
Copyright © 2023. All rights reserved.