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

Packages that use List
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.simple.text.list Provide convenient methods to handle list in ODF document. 
 

Uses of List in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return List
 List TextDocument.addList()
           
 List TextDocument.addList(ListDecorator decorator)
           
 

Methods in org.odftoolkit.simple that return types with arguments of type List
 Iterator<List> TextDocument.getListIterator()
           
 

Methods in org.odftoolkit.simple with parameters of type List
 boolean TextDocument.removeList(List list)
           
 

Uses of List in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw that return List
 List Textbox.addList()
           
 List Textbox.addList(ListDecorator decorator)
           
 

Methods in org.odftoolkit.simple.draw that return types with arguments of type List
 Iterator<List> Textbox.getListIterator()
           
 

Methods in org.odftoolkit.simple.draw with parameters of type List
 boolean Textbox.removeList(List list)
           
 

Uses of List in org.odftoolkit.simple.presentation
 

Methods in org.odftoolkit.simple.presentation that return List
 List Slide.addList()
           
 List Notes.addList()
           
 List Slide.addList(ListDecorator decorator)
           
 List Notes.addList(ListDecorator decorator)
           
 

Methods in org.odftoolkit.simple.presentation that return types with arguments of type List
 Iterator<List> Slide.getListIterator()
           
 Iterator<List> Notes.getListIterator()
           
 

Methods in org.odftoolkit.simple.presentation with parameters of type List
 boolean Slide.removeList(List list)
           
 boolean Notes.removeList(List list)
           
 

Uses of List in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return List
 List Cell.addList()
           
 List Cell.addList(ListDecorator decorator)
           
 

Methods in org.odftoolkit.simple.table that return types with arguments of type List
 Iterator<List> Cell.getListIterator()
           
 

Methods in org.odftoolkit.simple.table with parameters of type List
 boolean Cell.removeList(List list)
           
 

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

Methods in org.odftoolkit.simple.text.list that return List
 List ListItem.addList()
           
 List ListContainer.addList()
          Add a new List to this container.
 List AbstractListContainer.addList()
           
 List ListItem.addList(ListDecorator decorator)
           
 List ListContainer.addList(ListDecorator decorator)
          Add a List with specified ListDecorator to this container.
 List AbstractListContainer.addList(ListDecorator decorator)
           
 List List.getContinueList()
          Get the preceding list whose numbering is continued by this list.
 List ListItem.getOwnerList()
          Get the List which contains this ListItem.
 

Methods in org.odftoolkit.simple.text.list that return types with arguments of type List
 Iterator<List> ListItem.getListIterator()
           
 Iterator<List> ListContainer.getListIterator()
          Return an Iterator of the Lists in this ListContainer.
 Iterator<List> AbstractListContainer.getListIterator()
           
 

Methods in org.odftoolkit.simple.text.list with parameters of type List
 void OutLineDecorator.decorateList(List list)
           
 void NumberDecorator.decorateList(List list)
           
 void ListDecorator.decorateList(List list)
          Decorate the specifies list, of which style is set.
 void ImageDecorator.decorateList(List list)
           
 void BulletDecorator.decorateList(List list)
           
 boolean ListItem.removeList(List list)
           
 boolean ListContainer.removeList(List list)
          Remove the existing List from this container.
 boolean AbstractListContainer.removeList(List list)
           
 void List.setContinueList(List continueList)
          Set the list whose numbering is continued by this list.
 

Constructors in org.odftoolkit.simple.text.list with parameters of type List
List(ListContainer container, String header, List continueList, ListDecorator decorator)
          Constructor with ListContainer, ListDecorator, header and continued list
 



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