com.aspose.words
Class OdsoFieldMapDataCollection

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

public class OdsoFieldMapDataCollection 
extends java.lang.Object

A typed collection of the OdsoFieldMapData objects.
See Also:
OdsoFieldMapData, Odso.FieldMapDatas

Constructor Summary
OdsoFieldMapDataCollection()
           Initializes a new instance of this class.
 
Property Getters/Setters Summary
intgetCount()
           Gets the number of elements contained in the collection.
OdsoFieldMapDataget(int index)
voidset(int index, OdsoFieldMapData value)
           Gets or sets an item in this collection.
 
Method Summary
intadd(OdsoFieldMapData value)
           Adds an object to the end of this collection.
voidclear()
           Removes all elements from this collection.
java.util.Iteratoriterator()
           Returns an iterator object that can be used to iterate over all items in the collection.
voidremoveAt(int index)
           Removes the element at the specified index.
 

Constructor Detail

OdsoFieldMapDataCollection

public OdsoFieldMapDataCollection()
Initializes a new instance of this class.

Property Getters/Setters Detail

getCount

public int getCount()
Gets the number of elements contained in the collection.

get/set

public OdsoFieldMapData get(int index) / public void set(int index, OdsoFieldMapData value)
Gets or sets an item in this collection.

Method Detail

add

public int add(OdsoFieldMapData value)
Adds an object to the end of this collection.
Parameters:
value - The object to add. Cannot be null.

clear

public void clear()
Removes all elements from this collection.

iterator

public java.util.Iterator iterator()
Returns an iterator object that can be used to iterate over all items in the collection.

removeAt

public void removeAt(int index)
Removes the element at the specified index.
Parameters:
index - The zero-based index of the element.

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