Uses of Class
org.apache.poi.hssf.record.chart.LinkedDataRecord
-
Packages that use LinkedDataRecord Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.record.chart org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of LinkedDataRecord in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type LinkedDataRecord Modifier and Type Method Description protected String
ExcelXlsImporter. getCategoryFormula(LinkedDataRecord dataCategoryLabels)
cannot import string literal value.protected String
ExcelXlsImporter. getValueFormula(LinkedDataRecord dataValues)
cannot import string literal value. -
Uses of LinkedDataRecord in org.apache.poi.hssf.record.chart
Methods in org.apache.poi.hssf.record.chart that return LinkedDataRecord Modifier and Type Method Description LinkedDataRecord
LinkedDataRecord. copy()
Constructors in org.apache.poi.hssf.record.chart with parameters of type LinkedDataRecord Constructor Description LinkedDataRecord(LinkedDataRecord other)
-
Uses of LinkedDataRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return LinkedDataRecord Modifier and Type Method Description LinkedDataRecord
HSSFChart.HSSFSeries. getDataCategoryLabels()
LinkedDataRecord
HSSFChart.HSSFSeries. getDataName()
LinkedDataRecord
HSSFChart.HSSFSeries. getDataSecondaryCategoryLabels()
LinkedDataRecord
HSSFChart.HSSFSeries. getDataValues()
-