public final class RevisionCollection extends Object
A collection of objects that represent revisions in the DocFormat
.
Modifier and Type | Method and Description |
---|---|
void |
acceptAll()
Accepts all revisions in this collection.
|
Revision |
get_Item(int index)
Gets the
Revision at the specified index. |
int |
getCount()
Returns the number of revisions in the collection.
|
void |
rejectAll()
Rejects all revisions in this collection.
|
public final int getCount()
Returns the number of revisions in the collection.
public final Revision get_Item(int index)
Gets the Revision
at the specified index.
index
- The index.
Value:
The Revision
.Revision
.public final void acceptAll()
Accepts all revisions in this collection.
public final void rejectAll()
Rejects all revisions in this collection.
Copyright © 2019. All rights reserved.