|
- All Superinterfaces:
- java.lang.Iterable
- All Known Implementing Classes:
- NodeCollection, SectionCollection, HeaderFooterCollection, RowCollection, TableCollection, CellCollection, ParagraphCollection, RunCollection
public interface INodeCollection
Base interface for node collections. Reserved for internal use.
|
Property Getters/Setters Summary |
abstract int | getCount() | | |
Gets the number of items in the collection.
|
abstract Node | get(int index) | | |
Gets the item at the specified index.
|
|
Method Summary |
abstract java.util.Iterator | iterator() | |
|
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.
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.
|