|
|||||||||
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 sdtlistitem
elements of a structured document tag.
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 sdtlistitem object given its zero-based index in the collection. |
int |
getcount()
gets number of items in the collection. |
sdtlistitem |
getselectedvalue()
specifies currently selected value in this list. |
java.util.iterator |
iterator()
returns an iterator object that can be used to iterate over all items in the collection. |
void |
removeat(int index)
removes a list item at the specified index. |
void |
setselectedvalue(sdtlistitem value)
|
method detail |
---|
public java.util.iterator iterator()
public void add(sdtlistitem item)
item
- sdtlistitempublic 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)
sdtlistitem
object given its zero-based index in the collection.
index
- int
public int getcount()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |