Interface TableWriter

All Known Implementing Classes:
TableSupport, TableSupportBase

public interface TableWriter
TableWriter interface.
  • Method Details

    • createAndConfigureTable

      void createAndConfigureTable(Element parentForNestedTable)
    • setCellX

      void setCellX(int paramValue)
    • setMergeCellWithPreceding

      void setMergeCellWithPreceding()
    • setTrLeft

      void setTrLeft(int paramValue)
    • setRowBorder

      void setRowBorder(Border paramValue)
    • setRowHeight

      void setRowHeight(int paramValue)
    • setCellVertAl

      void setCellVertAl(ClVertAl border)
    • setCellBorder

      void setCellBorder(Border border)
    • setBGColor

      void setBGColor(String paramValue)
    • setBorderStyle

      void setBorderStyle(BorderStyle newValue)
    • setBorderColor

      void setBorderColor(String newValue)
    • 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()