|
|||||||||
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()
Initializes a new instance of the CommentFormat class. |
Method Summary | |
---|---|
CommentFormat |
deepClone(IDocument doc)
Creates a new object that is a copy of the current instance. |
java.lang.String |
getAuthor()
Gets the user. |
int |
getCommentId()
Gets the id of the comment. |
java.util.Date |
getDateTime()
Gets the DateTime. |
int |
getId()
Gets the comment identifier. |
java.lang.String |
getInitial()
Gets the user initials. |
void |
setAuthor(java.lang.String value)
Sets the user. |
void |
setCommentId(int value)
Sets the id of the comment. |
void |
setDateTime(java.util.Date value)
Sets the DateTime. |
void |
setId(int value)
Sets the comment identifier. |
void |
setInitial(java.lang.String value)
Sets the user initials. |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public CommentFormat()
CommentFormat
class.
Method Detail |
---|
public java.util.Date getDateTime()
public void setDateTime(java.util.Date value)
value
- the DateTime.public java.lang.String getInitial()
public void setInitial(java.lang.String value)
value
- the user initials.public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
value
- the user.public int getId()
public void setId(int value)
value
- the user.public int getCommentId()
public void setCommentId(int value)
value
- the comment id.public CommentFormat deepClone(IDocument doc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |