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

Packages that use TextProperties
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
 

Uses of TextProperties in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style that return TextProperties
static TextProperties TextProperties.getOrCreateTextProperties(OdfStyleBase style)
          Return an instance of TextProperties
static TextProperties TextProperties.getTextProperties(OdfStyleBase style)
          Return an instance of TextProperties
 

Uses of TextProperties in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return TextProperties
 TextProperties CellStyleHandler.getTextPropertiesForRead()
          Return the text style properties definition for this cell, only for read function.
 TextProperties CellStyleHandler.getTextPropertiesForWrite()
          Return the text style properties definition for this cell, for read and write function.
 



Copyright © 2010-2011 ODF Toolkit Project. All Rights Reserved.