ASPOSE home

com.aspose.words
Interface INodeCollection

All Superinterfaces:
java.lang.Iterable
All Known Implementing Classes:
NodeCollection, Sections, Tables, Paragraphs, Runs, Rows, Cells, HeadersFooters

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home