com.aspose.words
Class DataRelationCollection

java.lang.Object
    extended by com.aspose.words.DataRelationCollection
All Implemented Interfaces:
java.lang.Iterable

public class DataRelationCollection 
extends java.lang.Object

A collection of DataRelation objects.

You do not create instances of this class directly. You access data relations collection as a property of a data set object.


Method Summary
voidadd(DataRelation relation)
           Adds a relation to the collection. Performs no checks for duplication or validity.
java.util.Iteratoriterator()
           Returns an iterator for data relation objects contained in this collection.
 

Method Detail

add

public void add(DataRelation relation)
Adds a relation to the collection. Performs no checks for duplication or validity.

iterator

public java.util.Iterator iterator()
Returns an iterator for data relation objects contained in this collection.

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