public final class WordProcessingRevision extends CustomPackage
Represents a revision (tracked change) in a document.
Learn more
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author of the revision.
|
Date |
getDateTime()
Gets the date/time of the revision.
|
int |
getRevisionType()
Gets the type of the revision.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getAuthor()
Gets the author of the revision.
public final Date getDateTime()
Gets the date/time of the revision.
public final int getRevisionType()
Gets the type of the revision.