Package org.xhtmlrenderer.newtable
Class RowData
- java.lang.Object
-
- org.xhtmlrenderer.newtable.RowData
-
public class RowData extends java.lang.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 benull
if no cell occupies that position in the grid.
-
-
Constructor Summary
Constructors Constructor Description RowData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extendToColumnCount(int columnCount)
java.util.List
getRow()
void
splitColumn(int pos)
-