com.aspose.words

Class OdsoRecipientDataCollection

  • java.lang.Object
    • com.aspose.words.OdsoRecipientDataCollection
  • All Implemented Interfaces:
    java.lang.Iterable
    public class OdsoRecipientDataCollection 
    extends java.lang.Object

A typed collection of OdsoRecipientData
See Also:
OdsoRecipientData, Odso.RecipientDatas

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
Gets the number of elements contained in the collection.
OdsoRecipientDataget(int index)
void
set(intindex, OdsoRecipientData value)
           Gets or sets an item in this collection.
 
Method Summary
intadd(OdsoRecipientData value)
Adds an object to the end of this collection.
voidclear()
Removes all elements from this collection.
java.util.Iterator<OdsoRecipientData>iterator()
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

      • OdsoRecipientDataCollection

        public OdsoRecipientDataCollection()
    • Property Getters/Setters Detail

      • getCount

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

      • add

        public int add(OdsoRecipientData 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<OdsoRecipientData> 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.