Class ColumnData

java.lang.Object
com.openhtmltopdf.newtable.ColumnData

public class ColumnData extends Object
Instances of this class are effective columns in the table grid. Table columns are managed in terms of effective columns which ensures that only the minimum number of columns necessary to manage the grid are created. For example, a table cell with colspan="1000" will only create a single effective column unless there are other table cells in other rows which force the column to be split.
  • Field Details

    • _span

      private int _span
  • Constructor Details

    • ColumnData

      public ColumnData()
  • Method Details

    • getSpan

      public int getSpan()
    • setSpan

      public void setSpan(int span)