Uses of Interface
org.odftoolkit.simple.text.ParagraphContainer

Packages that use ParagraphContainer
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.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. 
 

Uses of ParagraphContainer in org.odftoolkit.simple
 

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

Uses of ParagraphContainer in org.odftoolkit.simple.draw
 

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

Uses of ParagraphContainer in org.odftoolkit.simple.table
 

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

Uses of ParagraphContainer in org.odftoolkit.simple.text
 

Classes in org.odftoolkit.simple.text that implement ParagraphContainer
 class AbstractParagraphContainer
          AbstractParagraphContainer is an abstract class to present paragraph container.
 class Section
          This class represents section definition in text document.
 

Methods in org.odftoolkit.simple.text with parameters of type ParagraphContainer
static Paragraph Paragraph.newParagraph(ParagraphContainer container)
          Create an instance of paragraph
 



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