Uses of Class
org.odftoolkit.simple.text.list.ListItem

Packages that use ListItem
org.odftoolkit.simple.text.list Provide convenient methods to handle list in ODF document. 
 

Uses of ListItem in org.odftoolkit.simple.text.list
 

Methods in org.odftoolkit.simple.text.list that return ListItem
 ListItem List.addItem(int location, ListItem item)
          Insert a ListItem at the specified location.
 ListItem List.addItem(int location, String itemContent)
          Insert the specified ListItem at the specified location.
 ListItem List.addItem(ListItem item)
          Add the specified list item in ListItem object.
 ListItem List.addItem(String itemContent)
          Add a list item by specifying a string value.
 ListItem List.getItem(int location)
          Return the item at the specified location in this List.
 ListItem List.set(int location, ListItem item)
          Replace the item at the specified location in this List with the specified item.
 ListItem List.set(int location, String itemContent)
          Replace the item at the specified location in this List with the specified item content.
 

Methods in org.odftoolkit.simple.text.list that return types with arguments of type ListItem
 List<ListItem> List.addItems(int location, ListItem[] items)
          Insert the list items at the certain location by specifying an array of ListItem.
 List<ListItem> List.addItems(int location, String[] items)
          Insert the list items at the specified location in this List by giving an array of string values.
 List<ListItem> List.addItems(ListItem[] items)
          Add list items by specifying an array of ListItem.
 List<ListItem> List.addItems(String[] items)
          Add list items by specifying an array of string values.
 List<ListItem> List.getItems()
          Get all of the list items.
 

Methods in org.odftoolkit.simple.text.list with parameters of type ListItem
 ListItem List.addItem(int location, ListItem item)
          Insert a ListItem at the specified location.
 ListItem List.addItem(ListItem item)
          Add the specified list item in ListItem object.
 List<ListItem> List.addItems(int location, ListItem[] items)
          Insert the list items at the certain location by specifying an array of ListItem.
 List<ListItem> List.addItems(ListItem[] items)
          Add list items by specifying an array of ListItem.
 void OutLineDecorator.decorateListItem(ListItem item)
           
 void NumberDecorator.decorateListItem(ListItem item)
           
 void ListDecorator.decorateListItem(ListItem item)
          Decorate the specifies item in a List, of which style is set.
 void ImageDecorator.decorateListItem(ListItem item)
           
 void BulletDecorator.decorateListItem(ListItem item)
           
 boolean List.removeItem(ListItem item)
          Remove the specified item from this List.
 ListItem List.set(int location, ListItem item)
          Replace the item at the specified location in this List with the specified item.
 

Method parameters in org.odftoolkit.simple.text.list with type arguments of type ListItem
 boolean List.removeItems(List<ListItem> items)
          Remove all the items in the collection from this list
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.