WordProcessingRevision
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class WordProcessingRevision extends CustomPackage
Represents a revision (tracked change) in a document.
Learn more
| Method | Description |
|---|---|
| getAuthor() | Gets the author of the revision. |
| getDateTime() | Gets the date/time of the revision. |
| getRevisionType() | Gets the type of the revision. |
public final String getAuthor()
Gets the author of the revision.
Returns: java.lang.String - The author of the revision.
public final Date getDateTime()
Gets the date/time of the revision.
Returns: java.util.Date - The date/time of the revision.
public final WordProcessingRevisionType getRevisionType()
Gets the type of the revision.
Returns: WordProcessingRevisionType - The type of the revision.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.