Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.chart |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.impl.chart |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SCell
Represent a cell of a sheet in a Spreadsheet.
|
interface |
SDataValidation
This class stores the restrictions on what data can or should be entered in a cell.
|
interface |
SName
A named range (or defined name) which refer to a region.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SChartData
An object that can be used to get
SChart . |
interface |
SGeneralChartData
The main object to access the data in a chart including series and categories.
|
interface |
SSeries
A series of chart data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellAdv |
class |
AbstractDataValidationAdv |
class |
AbstractNameAdv |
class |
AbstractSeriesAdv
Handle formula caching for chart series data.
|
class |
CellImpl |
class |
DataValidationImpl |
class |
NameImpl |
class |
TableNameImpl
Mark interface for SName that is associated with Table.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeneralChartDataAdv
Handle formula caching for chart category data.
|
class |
ChartDataAdv |
class |
GeneralChartDataImpl |
class |
SeriesImpl |
class |
UnsupportedChartDataImpl |
Copyright © 2020. All rights reserved.