Uses of Class
org.apache.poi.hssf.usermodel.HSSFChart
-
Packages that use HSSFChart Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFChart in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type HSSFChart Modifier and Type Method Description protected SChart.ChartType
ExcelXlsImporter. convertChartType(HSSFChart hssfChart)
refer to 2.2.3.7 Chart Groupprotected String
ExcelXlsImporter. getChartTitle(HSSFChart hssfChart)
protected void
ExcelXlsImporter. importAxis(HSSFChart hssfChart, SChart chart)
-
Uses of HSSFChart in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFChart Modifier and Type Method Description HSSFChart
HSSFChartShape. getChart()
static HSSFChart[]
HSSFChart. getSheetCharts(HSSFSheet sheet)
Returns all the charts for the given sheet.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFChart Modifier and Type Method Description void
HSSFChartShape. setChart(HSSFChart chart)
-