dropdowncollection-ag凯发旗舰厅
com.spire.doc.collections
class dropdowncollection
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
com.spire.doc.documents.xml.documentserializablecollection
com.spire.doc.collections.dropdowncollection
- all implemented interfaces:
- ixdlsserializablecollection, java.lang.iterable
public class dropdowncollection
- extends documentserializablecollection
represent a collection of dropdownitem
objects.
dropdowncollection
public dropdowncollection(document doc)
- initializes a new instance of the dropdowncollection class.
- parameters:
doc
- the doc
get
public dropdownitem get(int index)
- gets the
dropdownitem
at the specified index.
- parameters:
index
- index
- returns:
- dropdownitem object
add
public dropdownitem add(java.lang.string text)
- adds the item.
- parameters:
text
- the text.
- returns:
- dropdownitem object
remove
public void remove(int index)
- removes dropdownitems by index.
- parameters:
index
- the index
clear
public void clear()
- clears this instance.
- overrides:
clear
in class collectionex