Uses of Class
io.keikai.model.SChart.ChartLegendPosition
-
Packages that use SChart.ChartLegendPosition Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer 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. -
-
Uses of SChart.ChartLegendPosition in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart.ChartLegendPosition Modifier and Type Method Description static SChart.ChartLegendPositionEnumUtil. toLegendPosition(Chart.LegendPosition pos) -
Uses of SChart.ChartLegendPosition in io.keikai.importer
Methods in io.keikai.importer that return SChart.ChartLegendPosition Modifier and Type Method Description protected SChart.ChartLegendPositionXlsxImporter. toChartLegendPosition(String legendPosition) -
Uses of SChart.ChartLegendPosition in io.keikai.model
Methods in io.keikai.model that return SChart.ChartLegendPosition Modifier and Type Method Description SChart.ChartLegendPositionSChart. getLegendPosition()static SChart.ChartLegendPositionSChart.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.Methods in io.keikai.model with parameters of type SChart.ChartLegendPosition Modifier and Type Method Description voidSChart. setLegendPosition(SChart.ChartLegendPosition pos) -
Uses of SChart.ChartLegendPosition in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartLegendPosition Modifier and Type Method Description SChart.ChartLegendPositionChartImpl. getLegendPosition()Methods in io.keikai.model.impl with parameters of type SChart.ChartLegendPosition Modifier and Type Method Description voidChartImpl. setLegendPosition(SChart.ChartLegendPosition pos) -
Uses of SChart.ChartLegendPosition in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartLegendPosition Modifier and Type Method Description SChartSRange. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)Add a chart into the sheet of this Range -
Uses of SChart.ChartLegendPosition in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartLegendPosition Modifier and Type Method Description SChartRangeImpl. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) -
Uses of SChart.ChartLegendPosition in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SChart.ChartLegendPosition Modifier and Type Method Description static SChart.ChartLegendPositionPoiEnumConversion. toLengendPosition(org.apache.poi.xddf.usermodel.chart.LegendPosition position)Methods in io.keikai.range.impl.imexp with parameters of type SChart.ChartLegendPosition Modifier and Type Method Description static org.apache.poi.xddf.usermodel.chart.LegendPositionPoiEnumConversion. toPoiLegendPosition(SChart.ChartLegendPosition position)
-