Uses of Class
com.vladsch.flexmark.util.format.TableRow
Packages that use TableRow
-
Uses of TableRow in com.vladsch.flexmark.util.format
Subclasses of TableRow in com.vladsch.flexmark.util.formatFields in com.vladsch.flexmark.util.format declared as TableRowFields in com.vladsch.flexmark.util.format with type parameters of type TableRowMethods in com.vladsch.flexmark.util.format that return TableRowModifier and TypeMethodDescriptionTableCaptionSection.defaultRow()
TableSection.defaultRow()
TableSeparatorSection.defaultRow()
TableRow.expandTo
(int column) TableSection.expandTo
(int row) TableSection.expandTo
(int row, int column) TableSection.get
(int row) Methods in com.vladsch.flexmark.util.format that return types with arguments of type TableRowModifier and TypeMethodDescriptionMarkdownTable.getAllContentRows()
MarkdownTable.getAllRows()
MarkdownTable.getAllSectionRows()
MarkdownTable.getAllSectionsRows
(TableSection... sections) TableSection.getRows()
Methods in com.vladsch.flexmark.util.format with parameters of type TableRowModifier and TypeMethodDescriptionint
TableRowManipulator.apply
(TableRow row, int allRowsIndex, ArrayList<TableRow> sectionRows, int sectionRowIndex) manipulate rows in a tableTableCellOffsetInfo.getPreviousCell
(TableRow tableRow, int offset) Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableRowModifier and TypeMethodDescriptionprivate void
MarkdownTable.appendRows
(LineAppendable out, List<TableRow> rows, boolean isHeader, CharSequence linePrefix) int
TableRowManipulator.apply
(TableRow row, int allRowsIndex, ArrayList<TableRow> sectionRows, int sectionRowIndex) manipulate rows in a tableprivate void
MarkdownTable.insertRows
(ArrayList<TableRow> rows, int index, int count, int maxColumns) Constructors in com.vladsch.flexmark.util.format with parameters of type TableRowModifierConstructorDescriptionTableCellOffsetInfo
(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, Integer insideColumn, Integer insideOffset)