| 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 |
|---|---|
ExcelFont |
ExcelCellLayoutImpl.font
The font.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelFont |
ExcelCellLayoutImpl.getFont()
Gets the font.
|
ExcelFont |
ExcelHeaderCellLayoutImpl.getFont()
Gets the font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelCellLayoutImpl.setFont(ExcelFont font)
Sets the font.
|
void |
ExcelHeaderCellLayoutImpl.setFont(ExcelFont font)
Sets the font.
|
| 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.Font |
SuperGenerateExcelImpl.getFont(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelFont excelFont)
Gets the font.
|
Copyright © 2022. All rights reserved.