|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.CommentFormat
public class CommentFormat
Constructor Summary | |
---|---|
CommentFormat(Comment comment)
Initializes a new instance of the |
|
CommentFormat(Document document)
|
Method Summary | |
---|---|
CommentFormat |
deepClone(IDocument doc)
Creates a new object that is a copy of the current instance. |
java.lang.String |
getAuthor()
Gets or sets the user. |
int |
getCommentId()
Gets or sets the id of the comment. |
java.util.Date |
getDateTime()
Gets or sets the DateTime. |
java.lang.String |
getInitial()
Gets or sets the user initials. |
void |
setAuthor(java.lang.String value)
Gets or sets the user. |
void |
setCommentId(int value)
Gets or sets the id of the comment. |
void |
setDateTime(java.util.Date value)
Gets or sets the DateTime. |
void |
setInitial(java.lang.String value)
Gets or sets the user initials. |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public CommentFormat(Comment comment)
public CommentFormat(Document document)
Method Detail |
---|
public java.util.Date getDateTime()
public void setDateTime(java.util.Date value)
public java.lang.String getInitial()
public void setInitial(java.lang.String value)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public int getCommentId()
public void setCommentId(int value)
public CommentFormat deepClone(IDocument doc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |