public interface SComment
Modifier and Type | Method and Description |
---|---|
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) |
boolean isVisible()
void setVisible(boolean visible)
boolean isRichText()
String getText()
void setText(String text)
void setRichText(SRichText text)
SRichText setupRichText()
SRichText getRichText()
String getAuthor()
void setAuthor(String author)
Copyright © 2020. All rights reserved.