Package com.scroogexhtml.table
Interface TableWriter
- All Known Implementing Classes:
TableSupport
,TableSupportBase
public interface TableWriter
TableWriter interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createAndConfigureTable
(Element parentForNestedTable) int
getItap()
boolean
boolean
void
void
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
setCurrentPageWidth
(int newValue) void
void
setRowBorder
(Border paramValue) void
setRowHeight
(int paramValue) void
setTrLeft
(int paramValue) void
void
void
-
Method Details
-
createAndConfigureTable
-
setCellX
void setCellX(int paramValue) -
setMergeCellWithPreceding
void setMergeCellWithPreceding() -
setTrLeft
void setTrLeft(int paramValue) -
setRowBorder
-
setRowHeight
void setRowHeight(int paramValue) -
setCellVertAl
-
setCellBorder
-
setBGColor
-
setBorderStyle
-
setBorderColor
-
setBorderWidth
void setBorderWidth(int newValue) -
setCurrentPageWidth
void setCurrentPageWidth(int newValue) -
tableRowDefaults
void tableRowDefaults() -
tableRowEnds
void tableRowEnds() -
getCurrentTableCell
Element getCurrentTableCell() -
tableCellEnds
void tableCellEnds() -
isInTable
boolean isInTable() -
isInTableRowDefinition
boolean isInTableRowDefinition() -
closeTable
Table closeTable() -
getItap
int getItap() -
nestedTableCellEnds
void nestedTableCellEnds() -
nestedTableRowEnds
void nestedTableRowEnds() -
closeNestedTable
void closeNestedTable()
-