public final class RevisionGroupCollection
extends java.lang.Object
implements java.lang.Iterable
RevisionGroup objects that represent revision groups in the document.
To learn more, visit the Track Changes in a Document documentation article.
You do not create instances of this class directly. Use the RevisionCollection.getGroups() property to get revision groups present in a document.
| Modifier and Type | Method and Description |
|---|---|
RevisionGroup |
get(int index)
Returns a revision group at the specified index.
|
int |
getCount()
Returns the number of revision groups in the collection.
|
java.util.Iterator |
iterator()
Returns an enumerator object.
|
public final java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic final RevisionGroup get(int index)
public final int getCount()