Uses of Class
org.odftoolkit.simple.table.TableTemplate

Packages that use TableTemplate
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
 

Uses of TableTemplate in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return TableTemplate
 TableTemplate Document.LoadTableTemplateFromForeignTable(InputStream templateFileInputStream, String tableName)
          Construct a TableTemplate feature by extracting style template from an pre-defined table in a foreign document.
 

Uses of TableTemplate in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table with parameters of type TableTemplate
 void Table.applyStyle(TableTemplate template)
          Apply the formatting specified in the template to corresponding table cells.
 



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