|
java.util.ArrayList
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.String | get(int index) | | void | set(int index, java.lang.String value) | |
|
Gets or sets the element at the specified index.
|
|
Method Summary |
boolean | add(java.lang.String s) | |
|
Adds a string to the end of the collection.
|
com.aspose.words.IComplexAttr | deepCloneComplexAttr() | |
| Reserved for internal use. |
void | insert(int index, java.lang.String value) | |
|
Inserts a string into the collection at the specified index.
|
boolean | isInherited() | |
| 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.
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.
|