Class RowData

java.lang.Object
org.xhtmlrenderer.newtable.RowData

public class RowData extends Object
A row in the table grid. The list of cells it maintains is always large enough to set a table cell at every position in the row. If there are no colspans, rowspans, or missing cells, the grid row will exactly correspond to the row in the original markup. On the other hand, colspans may force spanning cells to be inserted, rowspans will mean cells appear in more than one grid row, and positions may be null if no cell occupies that position in the grid.
  • Field Details

  • Constructor Details

    • RowData

      public RowData()
  • Method Details

    • getRow

      public List<TableCellBox> getRow()
    • extendToColumnCount

      public void extendToColumnCount(int columnCount)
    • splitColumn

      public void splitColumn(int pos)