Package com.scroogexhtml.table
Interface TableWriter
-
- All Known Implementing Classes:
TableSupport
public interface TableWriter
TableWriter interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeTable()
Element
getCurrentTableCell()
Node
getTable()
boolean
isInRow()
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()
-
-
-
Method Detail
-
tableRowStart
void tableRowStart()
-
tableRowEnd
void tableRowEnd()
-
setTrLeft
void setTrLeft(int paramValue)
-
setRowBorder
void setRowBorder(Border paramValue)
-
setRowHeight
void setRowHeight(int paramValue)
-
getCurrentTableCell
Element getCurrentTableCell()
-
setCellX
void setCellX(int paramValue)
-
setMergeCellWithPreceding
void setMergeCellWithPreceding()
-
tableCellEnds
void tableCellEnds()
-
setCellVertAl
void setCellVertAl(ClVertAl border)
-
setCellBorder
void setCellBorder(Border border)
-
isInTable
boolean isInTable()
-
isInRow
boolean isInRow()
-
closeTable
void closeTable()
-
getTable
Node getTable()
-
setBGColor
void setBGColor(String paramValue)
-
setBorderStyle
void setBorderStyle(BorderStyle newValue)
-
setBorderColor
void setBorderColor(String newValue)
-
setBorderWidth
void setBorderWidth(int newValue)
-
-