|
|||||||||
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 |