| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.formats.XLS.charts | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
Chart |
Boundsheet.addChart(byte[] inbytes,
short[] coords)
Adds a chart from a bytestream, keeps the title intact.
|
Chart |
Sheet.addChart(byte[] inbytes,
String NewChartName,
short[] coords) |
Chart |
Boundsheet.addChart(byte[] inbytes,
String NewChartName,
short[] coords) |
Chart |
WorkBook.addChart(Chart destChart,
String NewChartName,
Boundsheet boundsht)
Inserts a serialized boundsheet chart into the workboook
|
Chart |
Obj.getChart()
Return the chart for this obj, if exists.
|
Chart |
WorkBook.getChart(String chartname)
Returns a Chart Handle
|
Chart[] |
WorkBook.getCharts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.addChart(Chart c)
add chart to sheet-specific list of charts
|
Chart |
WorkBook.addChart(Chart destChart,
String NewChartName,
Boundsheet boundsht)
Inserts a serialized boundsheet chart into the workboook
|
static void |
ReferenceTracker.insertChartSeries(Chart c,
String sht,
int rownum)
insert chart series upon an insert row
called by WSH.shiftRow
if series are row-based
|
void |
Obj.setChart(Chart c) |
| Modifier and Type | Class and Description |
|---|---|
class |
OOXMLChart |
| Modifier and Type | Field and Description |
|---|---|
protected Chart |
GenericChartObject.parentChart |
protected Chart |
ChartSeries.parentChart |
| Modifier and Type | Method and Description |
|---|---|
Chart |
GenericChartObject.getParentChart() |
Chart |
ChartType.getParentChart() |
Chart |
ChartObject.getParentChart()
Return the chart record that this object is associated with
|
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
ChartType.create(int chartType,
Chart parentChart,
ChartFormat cf)
creates a new chart type object of the desired chart type.
|
static GenericChartObject |
ChartType.createUnderlyingChartObject(int chartType,
Chart parentchart,
ChartFormat cf)
create a new low-level chart object which determines the ChartTypeObject, and update the existing chartobj
|
static XLSRecord |
DataFormat.getPrototypeWithFormatRecs(Chart parentChart) |
static XLSRecord |
DataFormat.getPrototypeWithFormatRecs(int seriesNumber,
Chart parentChart)
Create DataFormat Record that HOPEFULLY reflects the necessary associated recs
|
static ChartType |
ChartType.parseOOXML(org.xmlpull.v1.XmlPullParser xpp,
WorkBookHandle wbh,
Chart parentChart,
int nChart)
parse the chart object OOXML element (barchart, area3DChart, etc.) and create the corresponding chart type objects
|
void |
GenericChartObject.setParentChart(Chart c) |
void |
ChartObject.setParentChart(Chart c)
Set the parent chart for this record
|
void |
ChartSeries.setParentChart(Chart c) |
| Constructor and Description |
|---|
OOXMLChart(Chart c,
WorkBookHandle wbh)
create a new OOXMLChart from a 2003-v chart object
|
| Constructor and Description |
|---|
ChartHandle(Chart c,
WorkBookHandle wb)
Constructor which creates a new ChartHandle from an existing Chart Object
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.