public class TableSupport extends Object implements TableWriter
| Constructor and Description |
|---|
TableSupport(Document doc,
Properties outputProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeTable() |
Element |
getCurrentTableCell() |
Node |
getTable() |
boolean |
isInTable() |
void |
setBGColor(String paramValue) |
void |
setBorderColor(String newValue) |
void |
setBorderStyle(BorderStyle newValue) |
void |
setBorderWidth(int newValue) |
void |
setCellBorder(Border paramValue) |
void |
setCellVertAl(ClVertAl al) |
void |
setCellX(int paramValue) |
void |
setMergeCellWithPreceding() |
void |
setRowBorder(Border paramValue) |
void |
setRowHeight(int abs) |
void |
setTrLeft(int paramValue) |
void |
tableCellEnds() |
void |
tableRowEnd() |
void |
tableRowStart() |
public TableSupport(Document doc, Properties outputProperties)
public void tableRowStart()
tableRowStart in interface TableWriterpublic void tableRowEnd()
tableRowEnd in interface TableWriterpublic void closeTable()
closeTable in interface TableWriterpublic Node getTable()
getTable in interface TableWriterpublic void tableCellEnds()
tableCellEnds in interface TableWriterpublic boolean isInTable()
isInTable in interface TableWriterpublic Element getCurrentTableCell()
getCurrentTableCell in interface TableWriterpublic void setRowBorder(Border paramValue)
setRowBorder in interface TableWriterpublic void setCellBorder(Border paramValue)
setCellBorder in interface TableWriterpublic void setTrLeft(int paramValue)
setTrLeft in interface TableWriterpublic void setCellX(int paramValue)
setCellX in interface TableWriterpublic void setRowHeight(int abs)
setRowHeight in interface TableWriterpublic void setMergeCellWithPreceding()
setMergeCellWithPreceding in interface TableWriterpublic void setBGColor(String paramValue)
setBGColor in interface TableWriterpublic void setCellVertAl(ClVertAl al)
setCellVertAl in interface TableWriterpublic void setBorderStyle(BorderStyle newValue)
setBorderStyle in interface TableWriterpublic void setBorderColor(String newValue)
setBorderColor in interface TableWriterpublic void setBorderWidth(int newValue)
setBorderWidth in interface TableWriterCopyright © 2019 Habarisoft. All rights reserved.