com.aspose.words
Class RevisionGroup

java.lang.Object
    extended by com.aspose.words.RevisionGroup

public class RevisionGroup 
extends java.lang.Object

Represents a group of sequential #Error Cref: P:Aspose.Words.RevisionGroup.Revision objects.

Property Getters/Setters Summary
java.lang.StringgetAuthor()
           Gets the author of this revision group.
intgetRevisionType()
           Gets the type of revisions included in this group. The value of the property is RevisionType integer constant.
java.lang.StringgetText()
           Returns inserted/deleted/moved text or description of format change.
 

Property Getters/Setters Detail

getAuthor

public java.lang.String getAuthor()
Gets the author of this revision group.

getRevisionType

public int getRevisionType()
Gets the type of revisions included in this group. The value of the property is RevisionType integer constant.

getText

public java.lang.String getText()
Returns inserted/deleted/moved text or description of format change.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.