| 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.
|
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExcelBorder |
ExcelCellLayoutImpl.border
The border.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelBorder |
ExcelCellLayoutImpl.getBorder()
Gets the border.
|
ExcelBorder |
ExcelHeaderCellLayoutImpl.getBorder()
Gets the border.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelCellLayoutImpl.setBorder(ExcelBorder border)
Sets the border.
|
void |
ExcelHeaderCellLayoutImpl.setBorder(ExcelBorder border)
Sets the border.
|
| Constructor and Description |
|---|
ExcelCellLayoutImpl(boolean wrap,
org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
ExcelRgbColor[] rgbForeground,
ExcelRgbColor[] rgbFont,
int precision,
org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
ExcelFont font,
org.apache.poi.ss.usermodel.FillPatternType fillPatternType,
ExcelBorder border)
Instantiates a new excel cell layout impl.
|
ExcelCellLayoutImpl(boolean wrap,
org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
ExcelRgbColor[] rgbForeground,
ExcelRgbColor[] rgbFont,
int precision,
org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
ExcelFont font,
org.apache.poi.ss.usermodel.FillPatternType fillPatternType,
ExcelBorder border,
boolean locked)
Instantiates a new excel cell layout impl.
|
ExcelHeaderCellLayoutImpl(boolean wrap,
org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
ExcelRgbColor rgbForeground,
ExcelRgbColor rgbFont,
org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
ExcelFont font,
org.apache.poi.ss.usermodel.FillPatternType fillPatternType,
ExcelBorder border,
int rotation,
boolean locked)
Instantiates a new excel header cell layout impl.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.getBorder(org.apache.poi.ss.usermodel.CellStyle cellStyle,
ExcelBorder excelBorder)
Gets the border.
|
Copyright © 2022. All rights reserved.