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