| Package | Description |
|---|---|
| bld.generator.report.excel.annotation.impl |
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelChartDataLabel |
ExcelChartImpl.getExcelChartDataLabel()
Gets the excel chart data label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelChartImpl.setExcelChartDataLabel(ExcelChartDataLabel excelChartDataLabel)
Sets the excel chart data label.
|
| Constructor and Description |
|---|
ExcelChartImpl(String id,
ExcelChartCategory[] excelChartCategories,
org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes,
int sizeRow,
int sizeColumn,
org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition,
org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis,
org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis,
String xAxis,
boolean group,
String title,
org.apache.poi.xddf.usermodel.PresetColor[] lineColor,
org.apache.poi.xddf.usermodel.PresetColor axisLineColor,
org.apache.poi.xddf.usermodel.PresetColor gridLineColor,
org.apache.poi.xddf.usermodel.chart.AxisCrosses crosses,
org.apache.poi.xddf.usermodel.chart.AxisCrossBetween crossBetween,
boolean showLeaderLines,
ExcelChartDataLabel excelChartDataLabel,
boolean smooth,
org.apache.poi.ss.SpreadsheetVersion spreadsheetVersion)
Instantiates a new excel chart impl.
|
Copyright © 2022. All rights reserved.