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 TableCellTableCaptionSection.DEFAULT_CELLstatic final TableCellTableCell.DEFAULT_CELLstatic final TableCellTableSeparatorSection.DEFAULT_CELLstatic final TableCellTableCell.NULLstatic final TableCellTableCaptionSection.NULL_CELLfinal TableCellTableCellOffsetInfo.tableCellFields 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 TypeMethodDescriptionvoidloop over table row cellsvoidvoidTableRow.appendColumns(int count, TableCell tableCell) intloop over table row cellsintTableCell.getCellLength(TableCell previousCell) Returns the cell length occupied in the tableintTableCell.getCellPrefixLength(TableCell previousCell) Returns the cell prefix length occupied in the tableintTableCell.getCellSize(TableCell previousCell) intTableCell.getInsideStartOffset(TableCell previousCell) intTableCell.getStartOffset(TableCell previousCell) intTableCell.getTextEndOffset(TableCell previousCell) intTableCell.getTextStartOffset(TableCell previousCell) voidTableRow.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 == 1intTableCell.insideToTextOffset(int insideOffset, TableCell previousCell) booleanbooleanTableCell.isInsideCell(int offset, TableCell previousCell) private booleanMarkdownTable.pipeNeedsSpaceAfter(TableCell cell) private booleanMarkdownTable.pipeNeedsSpaceBefore(TableCell cell) voidvoidMarkdownTable.setCaptionCell(TableCell captionCell) voidintTableCell.textToInsideOffset(int insideOffset, TableCell previousCell) Method parameters in com.vladsch.flexmark.util.format with type arguments of type TableCellModifier and TypeMethodDescriptionprivate BasedSequenceMarkdownTable.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)