com.aspose.words

Class RevisionGroupCollection

  • 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
intgetCount()
Returns the number of revision groups in the collection.
RevisionGroupget(int index)
Returns a revision group at the specified index.
 
Method Summary
java.util.Iterator<RevisionGroup>iterator()
Returns an enumerator object.
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
        Returns the number of revision groups in the collection.
      • get

        public RevisionGroup get(int index)
        
        Returns a revision group at the specified index.
    • Method Detail

      • iterator

        public java.util.Iterator<RevisionGroup> iterator()
        Returns an enumerator object.