com.crystaldecisions.sdk.plugin.desktop.common
Interface IDocumentObjects

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IDocumentObjects
extends java.util.List

This interface represents a collection of objects contained in a Web Intelligence or Desktop Intelligence document. Use IFormatInfo.getSelectedDocumentObjects() to retrieve an instance.


Method Summary
 IDocumentObject add()
          Adds a document object to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

IDocumentObject add()
Adds a document object to the collection.

Returns:
The new IDocumentObject object.