Package | Description |
---|---|
com.nomagic.magicreport.format.html |
Modifier and Type | Method and Description |
---|---|
CellStyle |
StyledTable.getCellStyle(int index)
Get cell (TD) style by index.
|
CellStyle |
StyledTable.getRowStyle()
Get row (TR) style.
|
CellStyle |
StyledTable.getTableStyle()
Get table style.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CellStyle> |
StyledTable.getCellStyle()
Get cell (TD) style list.
|
Modifier and Type | Method and Description |
---|---|
void |
StyledTable.addCellStyle(CellStyle cellStyle)
Add cell (TD) style to list.
|
void |
StyledTable.setRowStyle(CellStyle rowStyle)
Set row (TR) style.
|
void |
StyledTable.setTableStyle(CellStyle tableStyle)
Set table style.
|
Modifier and Type | Method and Description |
---|---|
void |
StyledTable.setCellStyle(java.util.List<CellStyle> cellStyles)
Set cell (TD) style.
|
Copyright © 2010 - No Magic Asia