com.spire.doc.formatting.revisions
Class RevisionBase

java.lang.Object
  extended by com.spire.doc.formatting.revisions.RevisionBase
Direct Known Subclasses:
EditRevision

public class RevisionBase
extends java.lang.Object

Common base for all revisions.


Method Summary
 java.lang.String getAuthor()
          Gets the author.
 java.util.Date getDateTime()
          Gets or sets the date time.
 void setAuthor(java.lang.String value)
          Sets the author.
 void setDateTime(java.util.Date value)
          Gets or sets the date time.
 

Method Detail

getAuthor

public java.lang.String getAuthor()
Gets the author. Specifies the author for an annotation within a Word document.


setAuthor

public void setAuthor(java.lang.String value)
Sets the author. Specifies the author for an annotation within a Word document.


getDateTime

public java.util.Date getDateTime()
Gets or sets the date time. Specifies the date information for an annotation within a Word document.


setDateTime

public void setDateTime(java.util.Date value)
Gets or sets the date time. Specifies the date information for an annotation within a Word document.