java.lang.Objectcom.aspose.words.Revision
public class Revision
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getAuthor() | |
void | setAuthor(java.lang.String value) | |
Gets or sets the author of this revision. Can not be empty string or null. | ||
java.util.Date | getDateTime() | |
void | setDateTime(java.util.Date value) | |
Gets or sets the date/time of this revision. | ||
Node | getParentNode() | |
Gets the immediate parent node (owner) of this revision.
This property will work for any revision type other than |
||
Style | getParentStyle() | |
Gets the immediate parent style (owner) of this revision.
This property will work for only for the |
||
int | getRevisionType() | |
Gets the type of this revision. The value of the property is RevisionType integer constant. |
Method Summary | ||
---|---|---|
void | accept() | |
Accepts this revision. | ||
void | reject() | |
Reject this revision. |
Property Getters/Setters Detail |
---|
getAuthor/setAuthor | |
public java.lang.String getAuthor() / public void setAuthor(java.lang.String value) |
getDateTime/setDateTime | |
public java.util.Date getDateTime() / public void setDateTime(java.util.Date value) |
getParentNode | |
public Node getParentNode() |
getParentStyle | |
public Style getParentStyle() |
getRevisionType | |
public int getRevisionType() |
Method Detail |
---|
accept | |
public void accept() throws java.lang.Exception |
reject | |
public void reject() throws java.lang.Exception |