Class TableSection

java.lang.Object
com.vladsch.flexmark.util.format.TableSection
Direct Known Subclasses:
TableCaptionSection, TableSeparatorSection

public class TableSection extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getRows

      public ArrayList<TableRow> getRows()
    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • nextRow

      public void nextRow()
    • setCell

      public void setCell(int row, int column, TableCell cell)
    • normalize

      public void normalize()
    • expandTo

      public TableRow expandTo(int row)
    • expandTo

      public TableRow expandTo(int row, TableCell cell)
    • expandTo

      public TableRow expandTo(int row, int column)
    • expandTo

      public TableRow expandTo(int row, int column, TableCell cell)
    • defaultRow

      public TableRow defaultRow()
    • defaultCell

      public TableCell defaultCell()
    • get

      public TableRow get(int row)
    • getMaxColumns

      public int getMaxColumns()
    • getMinColumns

      public int getMinColumns()
    • dumpRows

      private CharSequence dumpRows()
    • toString

      public String toString()
      Overrides:
      toString in class Object