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 classTableCaptionRowclassTableSeparatorRowFields in com.vladsch.flexmark.util.format declared as TableRow Modifier and Type Field Description TableRowTableCellOffsetInfo. tableRowFields in com.vladsch.flexmark.util.format with type parameters of type TableRow Modifier and Type Field Description ArrayList<TableRow>TableSection. rowsMethods in com.vladsch.flexmark.util.format that return TableRow Modifier and Type Method Description TableRowTableCaptionSection. defaultRow()TableRowTableSection. defaultRow()TableRowTableSeparatorSection. defaultRow()TableRowTableRow. expandTo(int column)TableRowTableRow. expandTo(int column, TableCell cell)TableRowTableSection. expandTo(int row)TableRowTableSection. expandTo(int row, int column)TableRowTableSection. expandTo(int row, int column, TableCell cell)TableRowTableSection. expandTo(int row, TableCell cell)TableRowTableSection. get(int row)Methods in com.vladsch.flexmark.util.format that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>MarkdownTable. getAllContentRows()List<TableRow>MarkdownTable. getAllRows()List<TableRow>MarkdownTable. getAllSectionRows()ArrayList<TableRow>TableSection. getRows()Methods in com.vladsch.flexmark.util.format with parameters of type TableRow Modifier and Type Method Description intTableRowManipulator. apply(TableRow row, int allRowsIndex, ArrayList<TableRow> sectionRows, int sectionRowIndex)manipulate rows in a tableTableCellTableCellOffsetInfo. getPreviousCell(TableRow tableRow, int offset)Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableRow Modifier and Type Method Description intTableRowManipulator. apply(TableRow row, int allRowsIndex, ArrayList<TableRow> sectionRows, int sectionRowIndex)manipulate rows in a tableConstructors 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, Integer insideColumn, Integer insideOffset)
-