| 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 |
|---|---|
Chart |
SpreadsheetDocument.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this spreadsheet document.
|
Chart |
TextDocument.createChart(String title,
DataSet dataset,
Rectangle rect) |
Chart |
PresentationDocument.createChart(String title,
DataSet dataset,
Rectangle rect) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
Chart.getChartData()
chart data manipulation, get the chart data
|
| Modifier and Type | Method and Description |
|---|---|
Chart |
ChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this container.
|
Chart |
AbstractChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect) |
void |
Chart.setChartData(DataSet dataset)
chart data manipulation, set chart data
|
| Modifier and Type | Method and Description |
|---|---|
Chart |
Slide.createChart(String title,
DataSet dataset,
Rectangle rect) |
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.