Uses of Class
com.vladsch.flexmark.util.format.TableRow
-
Packages that use TableRow Package Description com.vladsch.flexmark.util.format -
-
Uses of TableRow in com.vladsch.flexmark.util.format
Subclasses of TableRow in com.vladsch.flexmark.util.format Modifier and Type Class Description class
TableCaptionRow
class
TableSeparatorRow
Fields in com.vladsch.flexmark.util.format declared as TableRow Modifier and Type Field Description TableRow
TableCellOffsetInfo. tableRow
Fields in com.vladsch.flexmark.util.format with type parameters of type TableRow Modifier and Type Field Description java.util.ArrayList<TableRow>
TableSection. rows
Methods in com.vladsch.flexmark.util.format that return TableRow Modifier and Type Method Description TableRow
TableCaptionSection. defaultRow()
TableRow
TableSection. defaultRow()
TableRow
TableSeparatorSection. defaultRow()
TableRow
TableRow. expandTo(int column)
TableRow
TableRow. expandTo(int column, TableCell cell)
TableRow
TableSection. expandTo(int row)
TableRow
TableSection. expandTo(int row, int column)
TableRow
TableSection. expandTo(int row, int column, TableCell cell)
TableRow
TableSection. expandTo(int row, TableCell cell)
TableRow
TableSection. get(int row)
Methods in com.vladsch.flexmark.util.format that return types with arguments of type TableRow Modifier and Type Method Description java.util.List<TableRow>
MarkdownTable. getAllContentRows()
java.util.List<TableRow>
MarkdownTable. getAllRows()
java.util.List<TableRow>
MarkdownTable. getAllSectionRows()
private java.util.List<TableRow>
MarkdownTable. getAllSectionsRows(TableSection... sections)
java.util.ArrayList<TableRow>
TableSection. getRows()
Methods in com.vladsch.flexmark.util.format with parameters of type TableRow Modifier and Type Method Description int
TableRowManipulator. apply(TableRow row, int allRowsIndex, java.util.ArrayList<TableRow> sectionRows, int sectionRowIndex)
manipulate rows in a tableTableCell
TableCellOffsetInfo. getPreviousCell(TableRow tableRow, int offset)
Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableRow Modifier and Type Method Description private void
MarkdownTable. appendRows(LineAppendable out, java.util.List<TableRow> rows, boolean isHeader, java.lang.CharSequence linePrefix)
int
TableRowManipulator. apply(TableRow row, int allRowsIndex, java.util.ArrayList<TableRow> sectionRows, int sectionRowIndex)
manipulate rows in a tableprivate void
MarkdownTable. insertRows(java.util.ArrayList<TableRow> rows, int index, int count, int maxColumns)
Constructors in com.vladsch.flexmark.util.format with parameters of type TableRow Constructor Description TableCellOffsetInfo(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, java.lang.Integer insideColumn, java.lang.Integer insideOffset)
-