Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
SlideComments |
SlidesApi.createComment(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
SlideComments |
SlidesApi.deleteSlideComments(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the slide.
|
SlideComments |
SlidesApi.getSlideComments(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SlideComments> |
SlidesApi.createCommentWithHttpInfo(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
ApiResponse<SlideComments> |
SlidesApi.deleteSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage)
Removes comments of the specified author from the slide.
|
ApiResponse<SlideComments> |
SlidesApi.getSlideCommentsWithHttpInfo(String name,
Integer slideIndex,
String password,
String folder,
String storage)
Read presentation slide comments.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createCommentAsync(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSlideCommentsAsync(String name,
Integer slideIndex,
String author,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Removes comments of the specified author from the slide.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideCommentsAsync(String name,
Integer slideIndex,
String password,
String folder,
String storage,
ApiCallback<SlideComments> callback)
Read presentation slide comments.
|
Modifier and Type | Method and Description |
---|---|
SlideComments |
SlideComments.addListItem(SlideCommentBase listItem) |
SlideComments |
SlideComments.list(List<SlideCommentBase> list) |
Copyright © 2023. All rights reserved.