Uses of Class
com.vladsch.flexmark.util.format.TableCellOffsetInfo
-
Packages that use TableCellOffsetInfo Package Description com.vladsch.flexmark.util.format -
-
Uses of TableCellOffsetInfo in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return TableCellOffsetInfo Modifier and Type Method Description TableCellOffsetInfoMarkdownTable. getCellOffsetInfo(int offset)TableCellOffsetInfoTableCellOffsetInfo. nextCellOffset(Integer insideOffset)Only available if tableRow/tableCell are set and not in first cell of first rowTableCellOffsetInfoTableCellOffsetInfo. nextOffsetStop(Map<TableSectionType,Integer> stopPointsMap)Available if somewhere in tableTableCellOffsetInfoTableCellOffsetInfo. nextRowOffset(Integer insideOffset)Only available if not at last rowTableCellOffsetInfoTableCellOffsetInfo. previousCellOffset(Integer insideOffset)Only available if inside are set and not in first cell of first rowTableCellOffsetInfoTableCellOffsetInfo. previousOffsetStop(Map<TableSectionType,Integer> stopPointsMap)Available if somewhere in tableTableCellOffsetInfoTableCellOffsetInfo. previousRowOffset(Integer insideOffset)Only available if not at row 0
-