Uses of Interface
org.odftoolkit.simple.text.list.ListDecorator

Packages that use ListDecorator
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 Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
org.odftoolkit.simple.text.list Provide convenient methods to handle list in ODF document. 
 

Uses of ListDecorator in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple with parameters of type ListDecorator
 List TextDocument.addList(ListDecorator decorator)
           
 

Uses of ListDecorator in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw with parameters of type ListDecorator
 List Textbox.addList(ListDecorator decorator)
           
 

Uses of ListDecorator in org.odftoolkit.simple.presentation
 

Methods in org.odftoolkit.simple.presentation with parameters of type ListDecorator
 List Slide.addList(ListDecorator decorator)
           
 List Notes.addList(ListDecorator decorator)
           
 

Uses of ListDecorator in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table with parameters of type ListDecorator
 List Cell.addList(ListDecorator decorator)
           
 

Uses of ListDecorator in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text with parameters of type ListDecorator
 List Section.addList(ListDecorator decorator)
           
 

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

Classes in org.odftoolkit.simple.text.list that implement ListDecorator
 class BulletDecorator
          BulletDecorator is an implementation of the ListDecorator interface, decorates a given List as bullet list.
 class ImageDecorator
          ImageDecorator is an implementation of the ListDecorator interface, decorates a given List as image list.
 class NumberDecorator
          NumberDecorator is an implementation of the ListDecorator interface, decorates a given List as number list.
 class OutLineDecorator
          OutLineDecorator is an implementation of the ListDecorator interface, decorates a given List as a special number list with outline.
 

Methods in org.odftoolkit.simple.text.list with parameters of type ListDecorator
 List AbstractListContainer.addList(ListDecorator decorator)
           
 List ListContainer.addList(ListDecorator decorator)
          Add a List with specified ListDecorator to this container.
 List ListItem.addList(ListDecorator decorator)
           
 void List.setDecorator(ListDecorator decorator)
          Set the ListDecorator of this list.
 

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



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