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