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 java.util.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 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 intTableRowManipulator. apply(TableRow row, int allRowsIndex, java.util.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 private voidMarkdownTable. appendRows(LineAppendable out, java.util.List<TableRow> rows, boolean isHeader, java.lang.CharSequence linePrefix)intTableRowManipulator. apply(TableRow row, int allRowsIndex, java.util.ArrayList<TableRow> sectionRows, int sectionRowIndex)manipulate rows in a tableprivate voidMarkdownTable. 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)
-