| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
static Table.TableCell |
Table.TableCell.NULL |
| Modifier and Type | Field and Description |
|---|---|
List<Table.TableCell> |
Table.TableRow.cells |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addCell(Table.TableCell cell) |
Table.TableRow |
Table.TableSection.expandTo(int row,
int column,
Table.TableCell cell) |
Table.TableRow |
Table.TableRow.expandTo(int column,
Table.TableCell cell) |
Table.TableRow |
Table.TableSection.expandTo(int row,
Table.TableCell cell) |
void |
Table.TableRow.set(int column,
Table.TableCell cell) |
void |
Table.TableSection.setCell(int row,
int column,
Table.TableCell cell) |
Copyright © 2018. All rights reserved.