com.spire.doc.interfaces
Interface IDocumentCollection

All Superinterfaces:
ICollectionBase, java.lang.Iterable

public interface IDocumentCollection
extends ICollectionBase

Represents a collection of IDocument


Method Summary
 IDocument get(int index)
          Gets the IDocument at the specified index.
 
Methods inherited from interface com.spire.doc.interfaces.ICollectionBase
getCount
 

Method Detail

get

IDocument get(int index)
Gets the IDocument at the specified index.

Parameters:
index - index
Returns:
IDocument