| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
static TableCell |
TableCaptionSection.DEFAULT_CELL |
static TableCell |
TableSeparatorSection.DEFAULT_CELL |
static TableCell |
TableCell.DEFAULT_CELL |
static TableCell |
TableCell.NULL |
static TableCell |
TableCaptionSection.NULL_CELL |
static TableCell |
TableSeparatorSection.NULL_CELL |
TableCell |
TableCellOffsetInfo.tableCell |
| Modifier and Type | Field and Description |
|---|---|
protected List<TableCell> |
TableRow.cells |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
TableRow.defaultCell() |
TableCell |
TableSection.defaultCell() |
TableCell |
TableCaptionRow.defaultCell() |
TableCell |
TableSeparatorRow.defaultCell() |
TableCell |
TableCaptionSection.defaultCell() |
TableCell |
TableSeparatorSection.defaultCell() |
TableCell |
MarkdownTable.getCaptionCell() |
TableCell |
TableCellOffsetInfo.getPreviousCell() |
TableCell |
TableCellOffsetInfo.getPreviousCell(int offset) |
TableCell |
TableCellOffsetInfo.getPreviousCell(TableRow tableRow,
int offset) |
TableCell |
TableCell.withAfterSpace(boolean afterSpace) |
TableCell |
TableCell.withAlignment(CellAlignment alignment) |
TableCell |
TableCell.withColumnSpan(int columnSpan) |
TableCell |
TableCell.withRowSpan(int rowSpan) |
TableCell |
TableCell.withSpanTrackedOffset(int spanTrackedOffset) |
TableCell |
TableCell.withText(CharSequence text) |
TableCell |
TableCell.withText(CharSequence openMarker,
CharSequence text,
CharSequence closeMarker) |
TableCell |
TableCell.withTrackedOffset(int trackedTextOffset) |
TableCell |
TableCell.withTrackedOffset(int trackedTextOffset,
boolean afterSpace,
boolean afterSpaceDelete) |
TableCell |
TableCell.withTrackedTextAdjust(int trackedTextAdjust) |
| Modifier and Type | Method and Description |
|---|---|
List<TableCell> |
TableRow.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkdownTable.addCell(TableCell cell) |
void |
TableRow.appendColumns(int count,
TableCell tableCell) |
TableRow |
TableSection.expandTo(int row,
int column,
TableCell cell) |
TableRow |
TableRow.expandTo(int column,
TableCell cell) |
TableRow |
TableSection.expandTo(int row,
TableCell cell) |
int |
TableCell.getCellLength(TableCell previousCell)
Returns the cell length occupied in the table
|
int |
TableCell.getCellPrefixLength(TableCell previousCell)
Returns the cell prefix length occupied in the table
|
int |
TableCell.getCellSize(TableCell previousCell) |
int |
TableCell.getInsideStartOffset(TableCell previousCell) |
int |
TableCell.getStartOffset(TableCell previousCell) |
int |
TableCell.getTextEndOffset(TableCell previousCell) |
int |
TableCell.getTextStartOffset(TableCell previousCell) |
void |
TableRow.insertColumns(int column,
int count,
TableCell tableCell)
NOTE: inserting into a cell span has the effect of expanding the span if the cell text is blank or insert count > 1
or splitting the span if it is not blank and count == 1
|
int |
TableCell.insideToTextOffset(int insideOffset,
TableCell previousCell) |
boolean |
TableCell.isAtCell(int offset,
TableCell previousCell) |
boolean |
TableCell.isInsideCell(int offset,
TableCell previousCell) |
void |
TableRow.set(int column,
TableCell cell) |
void |
MarkdownTable.setCaptionCell(TableCell captionCell) |
void |
TableSection.setCell(int row,
int column,
TableCell cell) |
int |
TableCell.textToInsideOffset(int insideOffset,
TableCell previousCell) |
| Constructor and Description |
|---|
TableCellOffsetInfo(int offset,
MarkdownTable table,
TableSection section,
TableRow tableRow,
TableCell tableCell,
int row,
int column,
Integer insideColumn,
Integer insideOffset) |
Copyright © 2019. All rights reserved.