java.util.ArrayListcom.aspose.words.DropDownItemCollection
public class DropDownItemCollection
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) |
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.isInherited | |
public boolean isInherited() |
deepCloneComplexAttr | |
public com.aspose.words.IComplexAttr deepCloneComplexAttr() throws java.lang.Exception |