|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.DropDownCollection
public class DropDownCollection
Represent a collection of
Constructor Summary | |
---|---|
DropDownCollection(Document doc)
Initializes a new instance of the |
Method Summary | |
---|---|
DropDownItem |
add(java.lang.String text)
Adds the item. |
void |
clear()
Clears this instance. |
DropDownItem |
get(int index)
Gets the |
void |
remove(int index)
Removes DropDownItems by index. |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection |
---|
addNewItem, getCount, getTagItemNameEx |
Constructor Detail |
---|
public DropDownCollection(Document doc)
doc
- The doc.Method Detail |
---|
public DropDownItem get(int index)
index
-
public DropDownItem add(java.lang.String text)
text
- The text.
public void remove(int index)
index
- The index.public void clear()
clear
in class CollectionEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |