|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Border | |
|---|---|
| jdbreport.design.model | |
| jdbreport.model | |
| jdbreport.model.io.poi.xls | |
| Uses of Border in jdbreport.design.model |
|---|
| Methods in jdbreport.design.model with parameters of type Border | |
|---|---|
void |
AbstractCellFunction.setBorder(Border line,
boolean[] positions)
|
void |
CellFunction.setBorder(Border line,
boolean[] positions)
Sets the borders at specified positions for the current cell |
void |
AbstractCellFunction.setBorder(Border line,
boolean[] positions,
int row,
int column)
|
void |
CellFunction.setBorder(Border line,
boolean[] positions,
int row,
int column)
Sets the borders at specified positions for the cell by row and column |
| Uses of Border in jdbreport.model |
|---|
| Fields in jdbreport.model declared as Border | |
|---|---|
static Border |
Border.defaultBorder
|
| Methods in jdbreport.model that return Border | |
|---|---|
Border |
Border.clone()
|
Border |
CellStyle.getBorders(int pos)
Returns Border's object of this CellStyle |
| Methods in jdbreport.model with parameters of type Border | |
|---|---|
void |
ReportModel.addBorder(int topRow,
int leftColumn,
int bottomRow,
int rightColumn,
boolean[] positions,
Border line)
Sets the borders at the specified positions for the cells by coordinates |
void |
JReportModel.addBorder(int topRow,
int leftColumn,
int bottomRow,
int rightColumn,
boolean[] positions,
Border line)
|
CellStyle |
CellStyle.deriveBorder(byte position,
Border border)
|
| Uses of Border in jdbreport.model.io.poi.xls |
|---|
| Methods in jdbreport.model.io.poi.xls with parameters of type Border | |
|---|---|
protected short |
Excel2003Writer.getBorder(Border border)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||