Class TableRow

java.lang.Object
com.vladsch.flexmark.util.ast.Node
com.vladsch.flexmark.ext.tables.TableRow
All Implemented Interfaces:
LineBreakNode
Direct Known Subclasses:
TableParagraphPreProcessor.TableSeparatorRow

public class TableRow extends Node implements LineBreakNode
Table row of a TableHead or TableBody containing TableCells.
  • Field Details

    • rowNumber

      private int rowNumber
      rowNumber within the table section: header, body, separator
  • Constructor Details

    • TableRow

      public TableRow()
    • TableRow

      public TableRow(BasedSequence chars)
  • Method Details

    • getAstExtra

      public void getAstExtra(@NotNull @NotNull StringBuilder out)
      Overrides:
      getAstExtra in class Node
    • getSegments

      @NotNull public @NotNull BasedSequence[] getSegments()
      Specified by:
      getSegments in class Node
    • getRowNumber

      public int getRowNumber()
    • setRowNumber

      public void setRowNumber(int rowNumber)