1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.core
  6. /
  7. WordProcessingRevision

WordProcessingRevision

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

Methods

Method Description
getAuthor() Gets the author of the revision.
getDateTime() Gets the date/time of the revision.
getRevisionType() Gets the type of the revision.

getAuthor()

public final String getAuthor()

Gets the author of the revision.

Returns: java.lang.String - The author of the revision.

getDateTime()

public final Date getDateTime()

Gets the date/time of the revision.

Returns: java.util.Date - The date/time of the revision.

getRevisionType()

public final WordProcessingRevisionType getRevisionType()

Gets the type of the revision.

Returns: WordProcessingRevisionType - The type of the revision.