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