Uses of Class
org.odftoolkit.simple.style.DefaultStyleHandler

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

Subclasses of DefaultStyleHandler in org.odftoolkit.simple.draw
 class FrameStyleHandler
          This class provides functions to handle the style of a frame.
 

Uses of DefaultStyleHandler in org.odftoolkit.simple.table
 

Subclasses of DefaultStyleHandler in org.odftoolkit.simple.table
 class CellStyleHandler
          This class provides functions to handle the style of a cell.
 

Uses of DefaultStyleHandler in org.odftoolkit.simple.text
 

Subclasses of DefaultStyleHandler in org.odftoolkit.simple.text
 class ParagraphStyleHandler
          This class provides functions to handle the style of a paragraph.
 

Methods in org.odftoolkit.simple.text that return DefaultStyleHandler
 DefaultStyleHandler Span.getStyleHandler()
          Get the style handler of this span.
 



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