|
ASPOSE home |
java.util.ArrayListcom.aspose.words.DropDownItems
public class 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. | ||
void | insert(int index, java.lang.String value) | |
Inserts a string into the collection at the specified index. |
Property Getters/Setters Detail |
---|
get/set | |
public java.lang.String get(int index) public void set(int index, java.lang.String value) |
Method Detail |
---|
add | |
public boolean add(java.lang.String s) |
s
- The string to add to the end of the collection.insert | |
public void insert(int index, java.lang.String value) |
index
- The zero-based index at which value is inserted.value
- The string to insert.
|
ASPOSE home |