commentformat-ag凯发旗舰厅



com.spire.doc.formatting
class commentformat

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.formatting.commentformat

public class commentformat
extends documentserializable

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

commentformat

public commentformat()
initializes a new instance of the commentformat class.
method detail

getdatetime

public java.util.date getdatetime()
gets the datetime.
returns:
the datetime.

setdatetime

public void setdatetime(java.util.date value)
sets the datetime.
parameters:
value - the datetime.

getinitial

public java.lang.string getinitial()
gets the user initials.
returns:
the user initials.

setinitial

public void setinitial(java.lang.string value)
sets the user initials.
parameters:
value - the user initials.

getauthor

public java.lang.string getauthor()
gets the user.
returns:
the user.

setauthor

public void setauthor(java.lang.string value)
sets the user.
parameters:
value - the user.

getid

public int getid()
gets the comment identifier.
returns:
the user.

setid

public void setid(int value)
sets the comment identifier.
parameters:
value - the user.

getcommentid

public int getcommentid()
gets the id of the comment.
returns:
the comment id.

setcommentid

public void setcommentid(int value)
sets the id of the comment.
parameters:
value - the comment id.

deepclone

public commentformat deepclone(idocument doc)
creates a new object that is a copy of the current instance.
returns:
a new object that is a copy of this instance.


网站地图