Uses of Class
com.vladsch.flexmark.util.format.TableCell
Packages that use TableCell
-
Uses of TableCell in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCellModifier and TypeFieldDescriptionstatic final TableCell
TableCaptionSection.DEFAULT_CELL
static final TableCell
TableCell.DEFAULT_CELL
static final TableCell
TableSeparatorSection.DEFAULT_CELL
static final TableCell
TableCell.NULL
static final TableCell
TableCaptionSection.NULL_CELL
final TableCell
TableCellOffsetInfo.tableCell
Fields in com.vladsch.flexmark.util.format with type parameters of type TableCellMethods in com.vladsch.flexmark.util.format that return TableCellModifier and TypeMethodDescriptionTableCaptionRow.defaultCell()
TableCaptionSection.defaultCell()
TableRow.defaultCell()
TableSection.defaultCell()
TableSeparatorRow.defaultCell()
TableSeparatorSection.defaultCell()
MarkdownTable.getCaptionCell()
TableCellOffsetInfo.getPreviousCell()
TableCellOffsetInfo.getPreviousCell
(int offset) TableCellOffsetInfo.getPreviousCell
(TableRow tableRow, int offset) TableCell.withAfterSpace
(boolean afterSpace) TableCell.withAlignment
(CellAlignment alignment) TableCell.withColumnSpan
(int columnSpan) TableCell.withRowSpan
(int rowSpan) TableCell.withSpanTrackedOffset
(int spanTrackedOffset) TableCell.withText
(CharSequence text) TableCell.withText
(CharSequence openMarker, CharSequence text, CharSequence closeMarker) TableCell.withTrackedOffset
(int trackedTextOffset) TableCell.withTrackedOffset
(int trackedTextOffset, boolean afterSpace, boolean afterDelete) TableCell.withTrackedTextAdjust
(int trackedTextAdjust) Methods in com.vladsch.flexmark.util.format that return types with arguments of type TableCellMethods in com.vladsch.flexmark.util.format with parameters of type TableCellModifier and TypeMethodDescriptionvoid
loop over table row cellsvoid
void
TableRow.appendColumns
(int count, TableCell tableCell) int
loop over table row cellsint
TableCell.getCellLength
(TableCell previousCell) Returns the cell length occupied in the tableint
TableCell.getCellPrefixLength
(TableCell previousCell) Returns the cell prefix length occupied in the tableint
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 == 1int
TableCell.insideToTextOffset
(int insideOffset, TableCell previousCell) boolean
boolean
TableCell.isInsideCell
(int offset, TableCell previousCell) private boolean
MarkdownTable.pipeNeedsSpaceAfter
(TableCell cell) private boolean
MarkdownTable.pipeNeedsSpaceBefore
(TableCell cell) void
void
MarkdownTable.setCaptionCell
(TableCell captionCell) void
int
TableCell.textToInsideOffset
(int insideOffset, TableCell previousCell) Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableCellModifier and TypeMethodDescriptionprivate BasedSequence
MarkdownTable.cellText
(List<TableCell> cells, int index, boolean withTrackedOffset, boolean isHeader, int width, CellAlignment alignment, Ref<Integer> delta) Constructors in com.vladsch.flexmark.util.format with parameters of type TableCellModifierConstructorDescriptionTableCell
(@NotNull TableCell other, boolean copyNode, int rowSpan, int columnSpan, CellAlignment alignment) TableCellOffsetInfo
(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, Integer insideColumn, Integer insideOffset)