com.aspose.words
Interface INodeCollection

All Superinterfaces:
java.lang.Iterable
All Known Implementing Classes:
CellCollection, NodeCollection, ParagraphCollection, RunCollection, SectionCollection, TableCollection, RowCollection, HeaderFooterCollection

public interface INodeCollection 

Base interface for node collections. Reserved for internal use.

Property Getters/Setters Summary
abstract intgetCount()
           Gets the number of items in the collection.
abstract Nodeget(int index)
           Gets the item at the specified index.
 
Method Summary
abstract java.util.Iteratoriterator()
           Gets the enumerator for the collection.
 

Property Getters/Setters Detail

getCount

public abstract int getCount()
Gets the number of items in the collection.

get

public abstract Node get(int index)
Gets the item at the specified index.

Method Detail

iterator

public abstract java.util.Iterator iterator()
Gets the enumerator for the collection.

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