Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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)
Creates a new Chart for this spreadsheet document.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DataSet(CellRangeAddressList cellRangeAddress,
SpreadsheetDocument spreadsheet,
boolean bFirstRowAsLabel,
boolean bFirstColumnAsLabel,
boolean rowAsDataSeries)
Creates a new DataSet.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Slide.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.