Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SChart.ChartLegendPosition |
EnumUtil.toLegendPosition(Chart.LegendPosition pos) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartLegendPosition |
SChart.getLegendPosition() |
static SChart.ChartLegendPosition |
SChart.ChartLegendPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChart.ChartLegendPosition[] |
SChart.ChartLegendPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SChart.setLegendPosition(SChart.ChartLegendPosition pos) |
Modifier and Type | Method and Description |
---|---|
SChart.ChartLegendPosition |
ChartImpl.getLegendPosition() |
Modifier and Type | Method and Description |
---|---|
void |
ChartImpl.setLegendPosition(SChart.ChartLegendPosition pos) |
Modifier and Type | Method and Description |
---|---|
SChart |
SRange.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD)
Add a chart into the sheet of this Range
|
Modifier and Type | Method and Description |
---|---|
SChart |
RangeImpl.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD) |
Modifier and Type | Method and Description |
---|---|
static SChart.ChartLegendPosition |
PoiEnumConversion.toLengendPosition(LegendPosition position) |
Modifier and Type | Method and Description |
---|---|
static LegendPosition |
PoiEnumConversion.toPoiLegendPosition(SChart.ChartLegendPosition position) |
Copyright © 2020. All rights reserved.