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 |
PresentationDocument.createChart(String title,
DataSet dataset,
Rectangle rect) |
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,
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 |
TextDocument.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.
|
Chart |
PresentationDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect) |
Chart |
SpreadsheetDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
Creates a new Chart for this spreadsheet document.
|
Chart |
TextDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect) |
Chart |
PresentationDocument.getChartById(String chartId) |
Chart |
SpreadsheetDocument.getChartById(String chartId) |
Chart |
TextDocument.getChartById(String chartId) |
Modifier and Type | Method and Description |
---|---|
List<Chart> |
PresentationDocument.getChartByTitle(String title) |
List<Chart> |
SpreadsheetDocument.getChartByTitle(String title) |
List<Chart> |
TextDocument.getChartByTitle(String title) |
Modifier and Type | Method and Description |
---|---|
Chart |
AbstractChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect) |
Chart |
ChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this container.
|
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.
|
Chart |
AbstractChartContainer.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect) |
Chart |
ChartContainer.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
Creates a new Chart for this container.
|
Chart |
AbstractChartContainer.getChartById(String chartId) |
Chart |
ChartContainer.getChartById(String chartId)
Gets chart with specified id.
|
Modifier and Type | Method and Description |
---|---|
List<Chart> |
AbstractChartContainer.getChartByTitle(String title) |
List<Chart> |
ChartContainer.getChartByTitle(String title)
Gets chart list with specified title.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Slide.createChart(String title,
DataSet dataset,
Rectangle rect) |
Chart |
Slide.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect) |
Chart |
Slide.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect) |
Chart |
Slide.getChartById(String chartId) |
Modifier and Type | Method and Description |
---|---|
List<Chart> |
Slide.getChartByTitle(String title) |
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.