public abstract class AbstractItem extends Object
| Constructor and Description |
|---|
AbstractItem() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
build(ExcelStructureTool head,
ExcelDataTool data,
ExcelStyleTool style,
boolean testing)
Implementa a geração do relatorio.
|
int |
getRowHeight()
Retorna a altura em número de linhas usadas no componente
|
void |
setRowHeight(int rowHeight)
Altera a altura em número de linhas usadas no componente
|
public abstract void build(ExcelStructureTool head, ExcelDataTool data, ExcelStyleTool style, boolean testing)
head - data - style - testing - public int getRowHeight()
public void setRowHeight(int rowHeight)
rowHeight - altura em linhasCopyright © 2019 Tecgraf/PUC-Rio. All rights reserved.