Uses of Class
org.apache.poi.hssf.record.chart.TextRecord
-
Packages that use TextRecord Package Description 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 TextRecord in org.apache.poi.hssf.record.chart
Methods in org.apache.poi.hssf.record.chart that return TextRecord Modifier and Type Method Description TextRecord
TextRecord. copy()
Constructors in org.apache.poi.hssf.record.chart with parameters of type TextRecord Constructor Description TextRecord(TextRecord other)
-
Uses of TextRecord in org.apache.poi.hssf.usermodel
Constructors in org.apache.poi.hssf.usermodel with parameters of type TextRecord Constructor Description HSSFChart(HSSFSheet sheet, ChartRecord chart, LegendRecord legend, ChartTitleFormatRecord chartTitleFormat, SeriesTextRecord chartTitleText, List<Object[]> seriesList, List<ValueRangeRecord> valueRanges, Record chartType, Chart3DRecord chart3d, TextRecord titleTextRecord)
-