Package com.independentsoft.office.word
Class DocumentRevisions
java.lang.Object
com.independentsoft.office.word.DocumentRevisions
The Class DocumentRevisions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the original document revision.Gets the revisions.voidsetOriginalDocumentRevision(String originalDocumentRevision)Sets the original document revision.toString()
-
Constructor Details
-
DocumentRevisions
public DocumentRevisions()Instantiates a new document revisions.
-
-
Method Details
-
clone
-
toString
-
getOriginalDocumentRevision
Gets the original document revision.- Returns:
- the original document revision
-
setOriginalDocumentRevision
Sets the original document revision.- Parameters:
originalDocumentRevision- the new original document revision
-
getRevisions
Gets the revisions.- Returns:
- the revisions
-