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.
|
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.createCommentCall(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createComment
|
File |
SlidesApi.createCommentOnline(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentOnlineAsync(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ApiCallback<File> callback)
Adds the comment on the slide.
|
com.squareup.okhttp.Call |
SlidesApi.createCommentOnlineCall(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCommentOnline
|
ApiResponse<File> |
SlidesApi.createCommentOnlineWithHttpInfo(byte[] document,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password)
Adds the comment on the slide.
|
ApiResponse<SlideComments> |
SlidesApi.createCommentWithHttpInfo(String name,
Integer slideIndex,
SlideCommentBase dto,
Integer shapeIndex,
String password,
String folder,
String storage)
Adds the comment on the slide.
|
Modifier and Type | Class and Description |
---|---|
class |
SlideComment
Represents comment of slide
|
class |
SlideModernComment
Represents modern comment of slide
|
Modifier and Type | Method and Description |
---|---|
SlideCommentBase |
SlideCommentBase.addChildCommentsItem(SlideCommentBase childCommentsItem) |
SlideCommentBase |
SlideCommentBase.author(String author) |
SlideCommentBase |
SlideCommentBase.childComments(List<SlideCommentBase> childComments) |
SlideCommentBase |
SlideCommentBase.createdTime(String createdTime) |
SlideCommentBase |
SlideCommentBase.text(String text) |
Modifier and Type | Method and Description |
---|---|
List<SlideCommentBase> |
SlideCommentBase.getChildComments()
Child comments.
|
List<SlideCommentBase> |
SlideComments.getList()
Slide comment list.
|
Modifier and Type | Method and Description |
---|---|
SlideCommentBase |
SlideCommentBase.addChildCommentsItem(SlideCommentBase childCommentsItem) |
SlideComments |
SlideComments.addListItem(SlideCommentBase listItem) |
Modifier and Type | Method and Description |
---|---|
SlideCommentBase |
SlideCommentBase.childComments(List<SlideCommentBase> childComments) |
SlideComments |
SlideComments.list(List<SlideCommentBase> list) |
void |
SlideCommentBase.setChildComments(List<SlideCommentBase> childComments) |
void |
SlideComments.setList(List<SlideCommentBase> list) |
Copyright © 2023. All rights reserved.