| 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.dropdown |
| Modifier and Type | Method and Description |
|---|---|
BoxStyle |
ExcelBoxMessageImpl.getBoxStyle()
Gets the box style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelBoxMessageImpl.setBoxStyle(BoxStyle boxStyle)
Sets the box style.
|
| Constructor and Description |
|---|
ExcelBoxMessageImpl(boolean show,
BoxStyle boxStyle,
String title,
String message)
Instantiates a new excel box impl.
|
| Modifier and Type | Method and Description |
|---|---|
static BoxStyle |
BoxStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxStyle[] |
BoxStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BoxStyle |
BoxMessage.getBoxStyle()
Gets the box style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoxMessage.setBoxStyle(BoxStyle boxStyle)
Sets the box style.
|
Copyright © 2022. All rights reserved.