| 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 | Field and Description |
|---|---|
protected ExcelRgbColor[] |
ExcelCellLayoutImpl.rgbFont
The rgb font.
|
protected ExcelRgbColor[] |
ExcelCellLayoutImpl.rgbForeground
The rgb foreground.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelRgbColor[] |
ExcelCellLayoutImpl.getRgbFont()
Gets the rgb font.
|
ExcelRgbColor |
ExcelHeaderCellLayoutImpl.getRgbFont()
Gets the rgb font.
|
ExcelRgbColor[] |
ExcelCellLayoutImpl.getRgbForeground()
Gets the rgb foreground.
|
ExcelRgbColor |
ExcelHeaderCellLayoutImpl.getRgbForeground()
Gets the rgb foreground.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelCellLayoutImpl.setRgbFont(ExcelRgbColor... rgbFont)
Sets the rgb font.
|
void |
ExcelHeaderCellLayoutImpl.setRgbFont(ExcelRgbColor rgbFont)
Sets the rgb font.
|
void |
ExcelCellLayoutImpl.setRgbForeground(ExcelRgbColor... rgbForeground)
Sets the rgb foreground.
|
void |
ExcelHeaderCellLayoutImpl.setRgbForeground(ExcelRgbColor rgbForeground)
Sets the rgb foreground.
|
| 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)
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.
|
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.
|
Copyright © 2022. All rights reserved.