public class CommentImpl extends AbstractCommentAdv
Constructor and Description |
---|
CommentImpl() |
Modifier and Type | Method and Description |
---|---|
AbstractCommentAdv |
clone() |
String |
getAuthor() |
SRichText |
getRichText() |
String |
getText() |
boolean |
isRichText() |
boolean |
isVisible() |
void |
setAuthor(String author) |
void |
setRichText(SRichText text) |
void |
setText(String text) |
SRichText |
setupRichText()
Set a empty rich text value and return the instance which to be edited
|
void |
setVisible(boolean visible) |
public String getText()
public void setText(String text)
public void setRichText(SRichText text)
public SRichText setupRichText()
SComment
public SRichText getRichText()
public boolean isVisible()
public void setVisible(boolean visible)
public String getAuthor()
public void setAuthor(String author)
public AbstractCommentAdv clone()
clone
in class AbstractCommentAdv
public boolean isRichText()
Copyright © 2020. All rights reserved.