com.aspose.words
Class DropDownItemCollection

java.util.ArrayList
    extended by com.aspose.words.DropDownItemCollection

public class DropDownItemCollection 
extends java.util.ArrayList

A collection of strings that represent all the items in a drop-down form field.
See Also:
FormField, FormField.DropDownItems

Property Getters/Setters Summary
java.lang.Stringget(int index)
voidset(int index, java.lang.String value)
           Gets or sets the element at the specified index.
 
Method Summary
booleanadd(java.lang.String s)
           Adds a string to the end of the collection.
com.aspose.words.IComplexAttrdeepCloneComplexAttr()
          Reserved for internal use.
voidinsert(int index, java.lang.String value)
           Inserts a string into the collection at the specified index.
booleanisInherited()
          Reserved for internal use.
 

Property Getters/Setters Detail

get/set

public java.lang.String get(int index) / public void set(int index, java.lang.String value)
Gets or sets the element at the specified index.

Method Detail

add

public boolean add(java.lang.String s)
Adds a string to the end of the collection.
Parameters:
s - The string to add to the end of the collection.
Returns:
true (as per the general contract of Collection.add).

insert

public void insert(int index, java.lang.String value)
Inserts a string into the collection at the specified index.
Parameters:
index - The zero-based index at which value is inserted.
value - The string to insert.

isInherited

public boolean isInherited()
Reserved for internal use.

deepCloneComplexAttr

public com.aspose.words.IComplexAttr deepCloneComplexAttr()
                                 throws java.lang.Exception
Reserved for internal use.

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