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

Packages that use TableProperties
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
 

Uses of TableProperties in org.odftoolkit.simple.style
 

Fields in org.odftoolkit.simple.style declared as TableProperties
protected  TableProperties DefaultStyleHandler.mTableProperties
          The readable table properties element.
protected  TableProperties DefaultStyleHandler.mWritableTableProperties
          The writable table properties element.
 

Methods in org.odftoolkit.simple.style that return TableProperties
static TableProperties TableProperties.getOrCreateTableProperties(OdfStyleBase style)
          Return an instance of TableProperties
static TableProperties TableProperties.getTableProperties(OdfStyleBase style)
          Return an instance of TableProperties
 TableProperties DefaultStyleHandler.getTablePropertiesForRead()
          Return the table style properties definition for this component, only for read function.
 TableProperties DefaultStyleHandler.getTablePropertiesForWrite()
          Return the table style properties definition for this component, for read and write function.
 



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