|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.documents.SdtListItemCollection
public class SdtListItemCollection
Provides access to
Method Summary | |
---|---|
void |
add(SdtListItem item)
Adds an item to this collection. |
void |
clear()
Clears all items from this collection. |
SdtListItem |
get(int index)
Returns a |
int |
getCount()
Gets number of items in the collection. |
SdtListItem |
getSelectedValue()
Specifies currently selected value in this list. |
java.util.Iterator |
iterator()
Returns an |
void |
removeAt(int index)
Removes a list item at the specified index. |
void |
setSelectedValue(SdtListItem value)
Specifies currently selected value in this list. |
Method Detail |
---|
public java.util.Iterator iterator()
public void add(SdtListItem item)
public void removeAt(int index)
index
- The zero-based index of the item to remove.public void clear()
public SdtListItem getSelectedValue()
public void setSelectedValue(SdtListItem value)
public SdtListItem get(int index)
index
-
public int getCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |