public class SlideModernComment extends SlideCommentBase
| Modifier and Type | Class and Description |
|---|---|
static class |
SlideModernComment.StatusEnum
Returns or sets the status of the comment.
|
SlideCommentBase.TypeEnum| Constructor and Description |
|---|
SlideModernComment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SlideModernComment.StatusEnum |
getStatus()
Returns or sets the status of the comment.
|
Integer |
getTextSelectionLength()
Returns or sets text selection length in text frame if the comment associated with AutoShape.
|
Integer |
getTextSelectionStart()
Returns or sets starting position of text selection in text frame if the comment associated with AutoShape.
|
int |
hashCode() |
void |
setStatus(SlideModernComment.StatusEnum status) |
void |
setTextSelectionLength(Integer textSelectionLength) |
void |
setTextSelectionStart(Integer textSelectionStart) |
SlideModernComment |
status(SlideModernComment.StatusEnum status) |
SlideModernComment |
textSelectionLength(Integer textSelectionLength) |
SlideModernComment |
textSelectionStart(Integer textSelectionStart) |
String |
toString() |
addChildCommentsItem, author, childComments, createdTime, getAuthor, getChildComments, getCreatedTime, getText, getType, setAuthor, setChildComments, setCreatedTime, setText, setType, textpublic SlideModernComment textSelectionStart(Integer textSelectionStart)
public Integer getTextSelectionStart()
public void setTextSelectionStart(Integer textSelectionStart)
public SlideModernComment textSelectionLength(Integer textSelectionLength)
public Integer getTextSelectionLength()
public void setTextSelectionLength(Integer textSelectionLength)
public SlideModernComment status(SlideModernComment.StatusEnum status)
public SlideModernComment.StatusEnum getStatus()
public void setStatus(SlideModernComment.StatusEnum status)
public boolean equals(Object o)
equals in class SlideCommentBasepublic int hashCode()
hashCode in class SlideCommentBasepublic String toString()
toString in class SlideCommentBaseCopyright © 2025. All rights reserved.