Uses of Class
org.odftoolkit.simple.SpreadsheetDocument

Packages that use SpreadsheetDocument
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.chart Provide convenient methods to manipulate chart in ODF text, presentation and spreadsheet document. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
 

Uses of SpreadsheetDocument in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return SpreadsheetDocument
static SpreadsheetDocument SpreadsheetDocument.loadDocument(File file)
          Creates an SpreadsheetDocument from the OpenDocument provided by a File.
static SpreadsheetDocument SpreadsheetDocument.loadDocument(InputStream inputStream)
          Creates an SpreadsheetDocument from the OpenDocument provided by a resource Stream.
static SpreadsheetDocument SpreadsheetDocument.loadDocument(String documentPath)
          Loads an SpreadsheetDocument from the provided path.
static SpreadsheetDocument SpreadsheetDocument.newSpreadsheetDocument()
          Creates an empty spreadsheet document.
static SpreadsheetDocument SpreadsheetDocument.newSpreadsheetTemplateDocument()
          Creates an empty spreadsheet template.
 

Methods in org.odftoolkit.simple with parameters of type SpreadsheetDocument
 Chart SpreadsheetDocument.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
          Creates a new Chart for this spreadsheet document.
 Chart TextDocument.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
           
 Chart PresentationDocument.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
           
 Chart SpreadsheetDocument.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect, Cell cell)
          Creates a new Chart for this spreadsheet document.
 

Uses of SpreadsheetDocument in org.odftoolkit.simple.chart
 

Methods in org.odftoolkit.simple.chart with parameters of type SpreadsheetDocument
 Chart AbstractChartContainer.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
           
 Chart ChartContainer.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
          Creates a new Chart for this container.
 void DataSet.setValues(CellRangeAddressList cellRangeAddress, SpreadsheetDocument spreadsheet, boolean bFirstRowAsLabel, boolean bFirstColumnAsLabel, boolean rowAsDataSeries)
          Sets data for the data set with cell range address of sheet in spreadsheet document or internal chart table in other chart containers.
 

Constructors in org.odftoolkit.simple.chart with parameters of type SpreadsheetDocument
DataSet(CellRangeAddressList cellRangeAddress, SpreadsheetDocument spreadsheet, boolean bFirstRowAsLabel, boolean bFirstColumnAsLabel, boolean rowAsDataSeries)
          Creates a new DataSet.
 

Uses of SpreadsheetDocument in org.odftoolkit.simple.presentation
 

Methods in org.odftoolkit.simple.presentation with parameters of type SpreadsheetDocument
 Chart Slide.createChart(String title, SpreadsheetDocument document, CellRangeAddressList cellRangeAddr, boolean firstRowAsLabel, boolean firstColumnAsLabel, boolean rowAsDataSeries, Rectangle rect)
           
 



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