public interface TableWriter
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 border) |
void |
setCellVertAl(ClVertAl border) |
void |
setCellX(int paramValue) |
void |
setMergeCellWithPreceding() |
void |
setRowBorder(Border paramValue) |
void |
setRowHeight(int paramValue) |
void |
setTrLeft(int paramValue) |
void |
tableCellEnds() |
void |
tableRowEnd() |
void |
tableRowStart() |
void tableRowStart()
void tableRowEnd()
void setTrLeft(int paramValue)
void setRowBorder(Border paramValue)
void setRowHeight(int paramValue)
Element getCurrentTableCell()
void setCellX(int paramValue)
void setMergeCellWithPreceding()
void tableCellEnds()
void setCellVertAl(ClVertAl border)
void setCellBorder(Border border)
boolean isInTable()
void closeTable()
Node getTable()
void setBGColor(String paramValue)
void setBorderStyle(BorderStyle newValue)
void setBorderColor(String newValue)
void setBorderWidth(int newValue)
Copyright © 2019 Habarisoft. All rights reserved.