| 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.constant | |
| bld.generator.report.excel.data |
| Modifier and Type | Method and Description |
|---|---|
UnderlineType |
ExcelFontImpl.getUnderline()
Gets the underline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFontImpl.setUnderline(UnderlineType underline)
Sets the underline.
|
| Constructor and Description |
|---|
ExcelFontImpl(UnderlineType underline,
int size,
boolean italic,
FontType font,
boolean bold)
Instantiates a new excel font impl.
|
ExcelFontImpl(UnderlineType underline,
short size,
boolean italic,
FontType font,
boolean bold)
Instantiates a new excel font impl.
|
| Modifier and Type | Method and Description |
|---|---|
static UnderlineType |
UnderlineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderlineType[] |
UnderlineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UnderlineType |
ExcelFont.getUnderline()
Gets the underline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFont.setUnderline(UnderlineType underline)
Sets the underline.
|
Copyright © 2022. All rights reserved.