Uses of Class
com.vladsch.flexmark.util.format.TableCell
-
Packages that use TableCell Package Description com.vladsch.flexmark.util.format -
-
Uses of TableCell in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as TableCell Modifier and Type Field Description static TableCellTableCaptionSection. DEFAULT_CELLstatic TableCellTableCell. DEFAULT_CELLstatic TableCellTableSeparatorSection. DEFAULT_CELLstatic TableCellTableCell. NULLstatic TableCellTableCaptionSection. NULL_CELLTableCellTableCellOffsetInfo. tableCellFields in com.vladsch.flexmark.util.format with type parameters of type TableCell Modifier and Type Field Description protected List<TableCell>TableRow. cellsMethods in com.vladsch.flexmark.util.format that return TableCell Modifier and Type Method Description TableCellTableCaptionRow. defaultCell()TableCellTableCaptionSection. defaultCell()TableCellTableRow. defaultCell()TableCellTableSection. defaultCell()TableCellTableSeparatorRow. defaultCell()TableCellTableSeparatorSection. defaultCell()TableCellMarkdownTable. getCaptionCell()TableCellTableCellOffsetInfo. getPreviousCell()TableCellTableCellOffsetInfo. getPreviousCell(int offset)TableCellTableCellOffsetInfo. getPreviousCell(TableRow tableRow, int offset)TableCellTableCell. withAfterSpace(boolean afterSpace)TableCellTableCell. withAlignment(com.vladsch.flexmark.util.html.CellAlignment alignment)TableCellTableCell. withColumnSpan(int columnSpan)TableCellTableCell. withRowSpan(int rowSpan)TableCellTableCell. withSpanTrackedOffset(int spanTrackedOffset)TableCellTableCell. withText(CharSequence text)TableCellTableCell. withText(CharSequence openMarker, CharSequence text, CharSequence closeMarker)TableCellTableCell. withTrackedOffset(int trackedTextOffset)TableCellTableCell. withTrackedOffset(int trackedTextOffset, boolean afterSpace, boolean afterDelete)TableCellTableCell. withTrackedTextAdjust(int trackedTextAdjust)Methods in com.vladsch.flexmark.util.format that return types with arguments of type TableCell Modifier and Type Method Description List<TableCell>TableRow. getCells()Methods in com.vladsch.flexmark.util.format with parameters of type TableCell Modifier and Type Method Description voidTableCellConsumer. accept(TableCell cell, int cellIndex, int cellColumn)loop over table row cellsvoidMarkdownTable. addCell(@NotNull TableCell cell)voidTableRow. appendColumns(int count, TableCell tableCell)intTableCellManipulator. apply(TableCell cell, int cellIndex, int cellColumn, int allCellIndex)loop over table row cellsTableRowTableRow. expandTo(int column, TableCell cell)TableRowTableSection. expandTo(int row, int column, TableCell cell)TableRowTableSection. expandTo(int row, TableCell cell)intTableCell. 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)booleanTableCell. isAtCell(int offset, TableCell previousCell)booleanTableCell. isInsideCell(int offset, TableCell previousCell)voidTableRow. set(int column, TableCell cell)voidMarkdownTable. setCaptionCell(TableCell captionCell)voidTableSection. setCell(int row, int column, TableCell cell)intTableCell. textToInsideOffset(int insideOffset, TableCell previousCell)Constructors in com.vladsch.flexmark.util.format with parameters of type TableCell Constructor Description TableCell(@NotNull TableCell other, boolean copyNode, int rowSpan, int columnSpan, com.vladsch.flexmark.util.html.CellAlignment alignment)TableCellOffsetInfo(int offset, MarkdownTable table, TableSection section, TableRow tableRow, TableCell tableCell, int row, int column, Integer insideColumn, Integer insideOffset)
-