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

Packages that use ListContainer
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 ListContainer in org.odftoolkit.simple
 

Classes in org.odftoolkit.simple that implement ListContainer
 class TextDocument
          This class represents an empty ODF text document.
 

Uses of ListContainer in org.odftoolkit.simple.draw
 

Classes in org.odftoolkit.simple.draw that implement ListContainer
 class Textbox
          This class provides method to set the content, properties and style of text box.
 

Uses of ListContainer in org.odftoolkit.simple.presentation
 

Classes in org.odftoolkit.simple.presentation that implement ListContainer
 class Notes
          Notes represents the presentation notes feature of the ODF document.
 class Slide
          Slide represents the presentation slide feature of the ODF document.
 

Uses of ListContainer in org.odftoolkit.simple.table
 

Classes in org.odftoolkit.simple.table that implement ListContainer
 class Cell
          Cell represents table cell feature in ODF document.
 

Uses of ListContainer in org.odftoolkit.simple.text
 

Classes in org.odftoolkit.simple.text that implement ListContainer
 class Section
          This class represents section definition in text document.
 

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

Classes in org.odftoolkit.simple.text.list that implement ListContainer
 class AbstractListContainer
          AbstractListContainer is an abstract implementation of the ListContainer interface, with a default implementation for every method defined in ListContainer , except getListContainerElement().
 class ListItem
          ListItem represents an item in a list.
 

Constructors in org.odftoolkit.simple.text.list with parameters of type ListContainer
List(ListContainer container)
          Constructor with ListContainer only.
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.