Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
SlideComment |
SlideComment.addChildCommentsItem(SlideComment childCommentsItem) |
SlideComment |
SlideComment.author(String author) |
SlideComment |
SlideComment.childComments(List<SlideComment> childComments) |
SlideComment |
SlideComment.createdTime(String createdTime) |
SlideComment |
SlideComment.text(String text) |
Modifier and Type | Method and Description |
---|---|
List<SlideComment> |
SlideComment.getChildComments()
Child comments.
|
List<SlideComment> |
SlideComments.getList()
Slide comment list.
|
Modifier and Type | Method and Description |
---|---|
SlideComment |
SlideComment.addChildCommentsItem(SlideComment childCommentsItem) |
SlideComments |
SlideComments.addListItem(SlideComment listItem) |
Modifier and Type | Method and Description |
---|---|
SlideComment |
SlideComment.childComments(List<SlideComment> childComments) |
SlideComments |
SlideComments.list(List<SlideComment> list) |
void |
SlideComment.setChildComments(List<SlideComment> childComments) |
void |
SlideComments.setList(List<SlideComment> list) |
Copyright © 2021. All rights reserved.