java.lang.Object
com.aspose.words.RevisionGroupCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class RevisionGroupCollection
- extends java.lang.Object
A collection of RevisionGroup objects that represent revision groups in the document.
You do not create instances of this class directly. Use the RevisionCollection.Groups
property to get revision groups present in a document.
Property Getters/Setters Summary |
int | getCount() | |
|
Returns the number of revision groups in the collection.
|
RevisionGroup | get(int index) | |
|
Returns a revision group at the specified index.
|
Property Getters/Setters Detail |
getCount | |
public int getCount()
|
-
Returns the number of revision groups in the collection.
-
Returns a revision group at the specified index.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.