| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
MarkdownTable |
TableCellOffsetInfo.table |
| Modifier and Type | Method and Description |
|---|---|
MarkdownTable |
MarkdownTable.sorted(ColumnSort[] columnSorts,
int textCollectionFlags,
@Nullable NumericSuffixPredicate numericSuffixTester)
Sort table
|
MarkdownTable |
MarkdownTable.transposed(int columnHeaders)
Transpose table
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableManipulator.apply(MarkdownTable table,
com.vladsch.flexmark.util.ast.Node tableNoe) |
| Constructor and Description |
|---|
TableCellOffsetInfo(int offset,
MarkdownTable table,
TableSection section,
TableRow tableRow,
TableCell tableCell,
int row,
int column,
Integer insideColumn,
Integer insideOffset) |
Copyright © 2020. All rights reserved.