Uses of Interface
org.eclipse.actf.model.dom.odf.text.ListItemElement

Packages that use ListItemElement
org.eclipse.actf.model.dom.odf.text   
 

Uses of ListItemElement in org.eclipse.actf.model.dom.odf.text
 

Methods in org.eclipse.actf.model.dom.odf.text that return ListItemElement
 ListItemElement ListElement.getItem(long idx)
           
 

Methods in org.eclipse.actf.model.dom.odf.text with parameters of type ListItemElement
 void ListElement.appendItem(ListItemElement item)
           
 void ListElement.insertBefore(ListItemElement item, long idx)